public SqlHumanRepository(InfestationContext context)
 {
     db = context;
 }
Esempio n. 2
0
 public HumanController(InfestationContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SqlNewsRepository(InfestationContext context)
 {
     _context = context;
 }