front to consta
clean dotnet backend
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
namespace DexDemoBackend;
|
||||
|
||||
public record Organization(int Id, string Name);
|
||||
|
||||
public record Role(int Id, string Name, string? Description);
|
||||
|
||||
public record Link(int Id, string Title, string Url, string? Description);
|
||||
|
||||
public record UserInfo(
|
||||
string Email,
|
||||
string FullName,
|
||||
Organization? Organization,
|
||||
List<Role> Roles,
|
||||
List<Link> AvailableLinks
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user