Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace app.Model.DTOs
|
||||
{
|
||||
public class AdminUpdateUserDTO
|
||||
{
|
||||
public AuthUserDTO AuthUserDTO { get; set; }
|
||||
public AuthUserDTO NewAuthUserDTO { get; set; }
|
||||
public bool ChangePassword { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user