...
This commit is contained in:
12
Shared/DTOs/CompanyAuthenticationDTO.cs
Normal file
12
Shared/DTOs/CompanyAuthenticationDTO.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class CompanyAuthenticationDTO
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
// public ICollection<PermissionAuthenticationDTO> permissions { get; set; } = new List<PermissionAuthenticationDTO>();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user