first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace OpenWarehouse.auth.lib.Model.Account;
|
||||
|
||||
public class EditAccountRequest
|
||||
{
|
||||
public string? UserId { get; set; }
|
||||
public string? NewUserName { get; set; }
|
||||
public string? NewEmail { get; set; }
|
||||
public string? NewDialCode { get; set; }
|
||||
public string? NewPhone { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user