mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 05:14:15 +01:00
preparation for admin actions
This commit is contained in:
parent
906f719879
commit
3c2fac69c3
2 changed files with 34 additions and 11 deletions
14
MareSynchronosServer/MareSynchronos.API/UserDto.cs
Normal file
14
MareSynchronosServer/MareSynchronos.API/UserDto.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public class UserDto
|
||||
{
|
||||
public bool IsAdmin { get; set; }
|
||||
public string UID { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue