Ejemplo n.º 1
0
 public InfectadosController(InfectadoService infectadoService)
 {
     _infectadoService = infectadoService;
 }