Rename directories and projects
This commit is contained in:
17
Back/skydiveLogs-api.Domain/User.cs
Normal file
17
Back/skydiveLogs-api.Domain/User.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Email { get; set; }
|
||||
|
||||
public string FirstName { get; set; }
|
||||
|
||||
public string LastName { get; set; }
|
||||
|
||||
public string Login { get; set; }
|
||||
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user