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