public CreateAccountCommandHandler(HaruGaKitaDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public EntityFrameworkRepository(HaruGaKitaDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public MeQueryHandler(HaruGaKitaDbContext context)
 {
     _context = context;
 }
예제 #4
0
 public LoginCommandHandler(HaruGaKitaDbContext context)
 {
     _context = context;
 }