preparation for admin actions
This commit is contained in:
		
							
								
								
									
										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; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant