예제 #1
0
 public AuthRepository(gendeyContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
예제 #2
0
 public UserRepository(gendeyContext context, IAuthRepository <User> authRepository)
 {
     _gendeyContext  = context;
     _authRepository = authRepository;
 }