@@ -95,6 +95,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class UserTypeSelectDto
|
||||
{
|
||||
public bool IsDeleted { get; set; }
|
||||
public Guid UserTypeId { get; set; }
|
||||
public string UserTypeShortName { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user