Restructured projects and created Services for permissions and users
This commit is contained in:
5
HopFrame.Api/Models/UserPasswordValidation.cs
Normal file
5
HopFrame.Api/Models/UserPasswordValidation.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace HopFrame.Api.Models;
|
||||
|
||||
public class UserPasswordValidation {
|
||||
public string Password { get; set; }
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace HopFrame.Api.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