diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 719327e37..d0a568ab3 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -160,9 +160,7 @@ namespace IRaCIS.Application.Contracts public class UserCommand : UserInfo - { - - + { //public string FirstName { get; set; } //public string LastName { get; set; } }