...
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Common.Dtos
|
||||
{
|
||||
public int CompanyID { get; set; }= 0;
|
||||
public int? ExperID { get; set; }
|
||||
public int? UserID { get; set; }
|
||||
public string Username { get; set; } = "";
|
||||
public string Role { get; set; }= "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user