public SqlHumanRepository(InfestationContext context)
 {
     db = context;
 }
Beispiel #2
0
 public HumanController(InfestationContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public SqlNewsRepository(InfestationContext context)
 {
     _context = context;
 }