Test Connection
Add Todo Bot use Webservice now TBD : Rework Event
This commit is contained in:
18
LaDOSE.Src/LaDOSE.DTO/ApplicationUserDTO.cs
Normal file
18
LaDOSE.Src/LaDOSE.DTO/ApplicationUserDTO.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class ApplicationUserDTO
|
||||
{
|
||||
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; }
|
||||
public DateTime Expire { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user