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; }
|
||||
}
|
||||
Reference in New Issue
Block a user