user access module with latest dev branch changes

This commit is contained in:
uppuv
2023-11-05 14:37:10 -05:00
75 changed files with 2072 additions and 268 deletions

View File

@ -11,6 +11,6 @@ namespace DamageAssesment.Api.Responses.Models
public string OfficePhoneNumber { get; set; }
public string Email { get; set; }
public bool IsActive { get; set; }
public string? PreferredLanguage { get; set; }
public string PreferredLanguage { get; set; }
}
}