...
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
public string Name { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
// public ICollection<PermissionAuthenticationDTO> permissions { get; set; } = new List<PermissionAuthenticationDTO>();
|
||||
public decimal Credit { get; set; } = 0;
|
||||
// public ICollection<PermissionAuthenticationDTO> permissions { get; set; } = new List<PermissionAuthenticationDTO>();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user