Пример #1
0
 public UserRepository(gendeiContext context, IAuthRepository <User> authRepository)
 {
     _gendeiContext  = context;
     _authRepository = authRepository;
 }
Пример #2
0
 public CityRepository(gendeiContext context)
 {
     _gendeiContext = context;
 }
Пример #3
0
 public AuthRepository(gendeiContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }