trying to merge identity in api
This commit is contained in:
parent
9d4fd1e6c0
commit
5f6095f3ef
39 changed files with 868 additions and 282 deletions
10
Sledgemapper.Api/Models copy/Users/UpdateModel.cs
Normal file
10
Sledgemapper.Api/Models copy/Users/UpdateModel.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Sledgemapper.Models.Users
|
||||
{
|
||||
public class UpdateModel
|
||||
{
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue