[CHANGE] Implementing managers. repositories
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
using DotBased.AspNet.Authority.Managers;
|
||||
using DotBased.AspNet.Authority.Models.Validation;
|
||||
|
||||
namespace DotBased.AspNet.Authority.Validators;
|
||||
|
||||
public interface IUserValidator<TUser>
|
||||
public interface IUserValidator<TUser> where TUser : class
|
||||
{
|
||||
|
||||
public Task<ValidationResult> ValidateUserAsync(AuthorityUserManager<TUser> manager, TUser user);
|
||||
}
|
Reference in New Issue
Block a user