Revize d845a737
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Models/Users/UserInfo.cs | ||
---|---|---|
1 |
using System; |
|
1 |
using Models.Enums; |
|
2 |
using System; |
|
2 | 3 |
using System.Collections.Generic; |
3 | 4 |
using System.Linq; |
4 | 5 |
using System.Text; |
... | ... | |
14 | 15 |
public string Name { get; set; } |
15 | 16 |
public string Surname { get; set; } |
16 | 17 |
public int AssignedDocumentsCount { get; set; } |
18 |
public ERole Role { get; set; } |
|
17 | 19 |
} |
18 | 20 |
} |
Také k dispozici: Unified diff
Added role to GET /users