public HumanRepository(InfestationDbContext context)
 {
     _context = context;
 }
 public HumanController(InfestationDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CountryRepository(InfestationDbContext context)
 {
     _context = context;
 }