Exemplo n.º 1
0
 public ContractorRepository(GMRContext context) => _context = context;
Exemplo n.º 2
0
 public PersonRepository(GMRContext context) => _context = context;
Exemplo n.º 3
0
 public PasswordRepository(GMRContext context) => _context = context;
Exemplo n.º 4
0
 public TransactionRepository(GMRContext context) => _context = context;
Exemplo n.º 5
0
 public HealthCheckRepository(GMRContext context) => _context = context;