public Repository(CosmosSqlApiContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #2
0
 public GroupRepository(CosmosSqlApiContext dbContext) : base(dbContext)
 {
 }
Beispiel #3
0
 public UserRepository(CosmosSqlApiContext dbContext) : base(dbContext)
 {
 }