@@ -24,6 +24,8 @@
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string FullName => LastName + " / " + FirstName;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
|
||||
public string UserName { get; set; }
|
||||
}
|
||||
|
||||
public class SetAttachmentAuthorizedView
|
||||
|
||||
Reference in New Issue
Block a user