예제 #1
0
 public ContractorRepository(GMRContext context) => _context = context;
예제 #2
0
 public PersonRepository(GMRContext context) => _context = context;
예제 #3
0
 public PasswordRepository(GMRContext context) => _context = context;
예제 #4
0
 public TransactionRepository(GMRContext context) => _context = context;
예제 #5
0
 public HealthCheckRepository(GMRContext context) => _context = context;