Пример #1
0
 public EFSCIMRepresentationQueryRepository(SCIMDbContext scimDbContext)
 {
     _scimDbContext = scimDbContext;
 }
 public EFSCIMRepresentationCommandRepository(SCIMDbContext scimDbContext)
 {
     _scimDbContext = scimDbContext;
 }
 public EFTransaction(SCIMDbContext scimDbContext, IDbContextTransaction dbContextTransaction)
 {
     _dbContext            = scimDbContext;
     _dbContextTransaction = dbContextTransaction;
 }
 public EFSCIMAttributeMappingQueryRepository(SCIMDbContext scimDbContext)
 {
     _scimDbContext = scimDbContext;
 }
Пример #5
0
 public EFSCIMSchemaQueryRepository(SCIMDbContext context)
 {
     _context = context;
 }
 public EFProvisioningConfigurationRepository(SCIMDbContext dbContext)
 {
     _dbContext = dbContext;
 }