public BarriosController(CentrosSaludContext context)
 {
     _context = context;
 }
 public CentrosSaludController(CentrosSaludContext context)
 {
     _context = context;
 }
Example #3
0
 public EspecialidadesController(CentrosSaludContext context)
 {
     _context = context;
 }