@@ -55,6 +55,17 @@ namespace IRaCIS.Application.Contracts
|
||||
public string UserName { get; set; } = String.Empty;
|
||||
}
|
||||
|
||||
public class TrialUserBasicInfo
|
||||
{
|
||||
public Guid UserTypeId { get; set; }
|
||||
|
||||
public string UserName { get; set; }
|
||||
|
||||
public string FullName { get; set; }
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
}
|
||||
|
||||
public class TrialMaintenanceDTO : UserTrialCommand
|
||||
{
|
||||
//[JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user