コード例 #1
0
 public RoleRepo(AuthDbContext authContext) : base(authContext)
 {
 }
コード例 #2
0
 public AuthUnitOfWork(IServiceProvider serviceProvider, AuthDbContext authDbContext)
 {
     _authDbContext   = authDbContext;
     _serviceProvider = serviceProvider;
 }
コード例 #3
0
ファイル: ActionInRoleRepo.cs プロジェクト: mehrannoruzi/CMS
 public ActionInRoleRepo(AuthDbContext authContext) : base(authContext)
 {
 }
コード例 #4
0
ファイル: AuthGenericRepo.cs プロジェクト: mehrannoruzi/CMS
 public AuthGenericRepo(AuthDbContext authDbContext) : base(authDbContext)
 {
 }