This commit is contained in:
@@ -13,7 +13,7 @@ namespace AyaNova.Models
|
||||
public long OwnerId { get; set; }
|
||||
[Required]
|
||||
public bool Active { get; set; }
|
||||
[Required]
|
||||
[Required, MaxLength(255)]
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
public string Login { get; set; }
|
||||
@@ -30,6 +30,7 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public UserType UserType { get; set; }
|
||||
[MaxLength(255)]
|
||||
public string EmployeeNumber { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public long? ClientId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user