Restructured projects and created Services for permissions and users
This commit is contained in:
7
HopFrame.Security/Models/UserRegister.cs
Normal file
7
HopFrame.Security/Models/UserRegister.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HopFrame.Security.Models;
|
||||
|
||||
public struct UserRegister {
|
||||
public string Username { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user