mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
Rearranged repo to make room for additional projects
This commit is contained in:
10
ComiServ/Models/UserModifyRequest.cs
Normal file
10
ComiServ/Models/UserModifyRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using ComiServ.Entities;
|
||||
|
||||
namespace ComiServ.Models;
|
||||
|
||||
public class UserModifyRequest
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string? NewUsername { get; set; }
|
||||
public UserTypeEnum? NewUserType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user