public RoleRepo(AuthDbContext authContext) : base(authContext) { }
public AuthUnitOfWork(IServiceProvider serviceProvider, AuthDbContext authDbContext) { _authDbContext = authDbContext; _serviceProvider = serviceProvider; }
public ActionInRoleRepo(AuthDbContext authContext) : base(authContext) { }
public AuthGenericRepo(AuthDbContext authDbContext) : base(authDbContext) { }