diff --git a/Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs b/Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs index 6bf61369e938f72b9bb4da9afb07cebf05bf368b..1a1c9120140c892fe8aeed2c9f05ea479088e5a5 100644 --- a/Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs +++ b/Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs @@ -8,6 +8,8 @@ namespace Tsi1.BusinessLayer.Dtos { public int Id { get; set; } + public int UserTypeId { get; set; } + public string Username { get; set; } public string FirstName { get; set; }