aswi20220x00-gitlab/Backend/Models/Users/UserMeResponse.cs @ eba090c1
1 |
using Models.Enums; |
---|---|
2 |
using System; |
3 |
using System.Collections.Generic; |
4 |
using System.Linq; |
5 |
using System.Text; |
6 |
using System.Threading.Tasks; |
7 |
|
8 |
namespace Models.Users |
9 |
{
|
10 |
public class UserMeResponse |
11 |
{
|
12 |
public string Name { get; set; } |
13 |
public ERole Role { get; set; } |
14 |
}
|
15 |
}
|
- « Předchozí
- 1
- …
- 4
- 5
- 6
- Další »