[ADD] Implementing services/handlers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DotBased.AspNet.Authority.Validators;
|
||||
|
||||
public class UserValidator
|
||||
public class UserValidator<TUser> : IUserValidator<TUser>
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user