v1.0
This commit is contained in:
9
ProjectManager.Backend/Entities/User.cs
Normal file
9
ProjectManager.Backend/Entities/User.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ProjectManager.Backend.Entities;
|
||||
|
||||
public class User {
|
||||
public string UserId { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public int MaxProjects { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user