示例#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;