Test WPF Desktop App with Caliburn And RestSharp
This commit is contained in:
15
LaDOSE.Src/LaDOSE.DTO/ApplicationUser.cs
Normal file
15
LaDOSE.Src/LaDOSE.DTO/ApplicationUser.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class ApplicationUser
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
|
||||
public string Token { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user