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