public UserAdditionalInfoRepository(GlobalAdminDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Пример #2
0
 public UserRepository(GlobalAdminDbContext globalAdminDbContext, UsersContext usersContext)
 {
     _globalAdminDbContext = globalAdminDbContext;
     _usersContext         = usersContext;
 }