Add a controler for "User" (add and authenticate)
This commit is contained in:
13
Back/skydiveLogs-api/DataContract/UserResp.cs
Normal file
13
Back/skydiveLogs-api/DataContract/UserResp.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class UserResp
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string FirstName { get; set; }
|
||||
|
||||
public string LastName { get; set; }
|
||||
|
||||
public string Login { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user