Fix user services
This commit is contained in:
		| @@ -9,8 +9,6 @@ namespace Core.Thalos.Application.UseCases.Users.Input | ||||
|         public string MiddleName { get; set; } = null!; | ||||
|         public string LastName { get; set; } = null!; | ||||
|         public string RoleId { get; set; } = null!; | ||||
|         public string[] Companies { get; set; } = null!; | ||||
|         public string[]? Projects { get; set; } | ||||
|         public bool SendInvitation { get; set; } | ||||
|  | ||||
|         public bool Validate() | ||||
|   | ||||
| @@ -10,8 +10,7 @@ namespace Core.Thalos.Application.UseCases.Users.Input | ||||
|         public string? MiddleName { get; set; } | ||||
|         public string LastName { get; set; } = null!; | ||||
|         public string RoleId { get; set; } = null!; | ||||
|         public string[] Companies { get; set; } = null!; | ||||
|         public string[]? Projects { get; set; } | ||||
|         public string TenantId { get; set; } = null!; | ||||
|         public bool Validate() | ||||
|         { | ||||
|             return Email != null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin