Fix user services

This commit is contained in:
Sergio Matias Urquin
2025-08-31 17:55:58 -06:00
parent 87fa0e67ef
commit e25a982b55
6 changed files with 4 additions and 8 deletions

View File

@@ -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()