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