group
This commit is contained in:
@@ -11,7 +11,6 @@ namespace Common.Dtos.Exper
|
||||
public int ID { get; set; }
|
||||
public string FullName { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string Password { get; set; }
|
||||
public bool Available { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -8,8 +8,6 @@ namespace Common.Dtos.Exper
|
||||
{
|
||||
public class Update_ExperDto
|
||||
{
|
||||
//From User and CompanyManager
|
||||
public int ID { get; set; }
|
||||
// For Update
|
||||
public string FullName { get; set; }
|
||||
|
||||
|
@@ -11,6 +11,5 @@ namespace Common.Dtos.Group
|
||||
public string Name { get; set; }
|
||||
public byte[]? img { get; set; }
|
||||
public string? Info { get; set; }
|
||||
public bool Available { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user