first campaing bits
This commit is contained in:
parent
3ca5db1f47
commit
dcc59f7b69
58 changed files with 129 additions and 2522 deletions
11
Sledgemapper.Api/Models/UserModel.cs
Normal file
11
Sledgemapper.Api/Models/UserModel.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace Sledgemapper.Models.Users
|
||||
{
|
||||
public class UserModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Initials { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue