Ejemplo n.º 1
0
 public CountryController(PatientCareContext context)
 {
     _context = context;
 }
 public PatientController(PatientCareContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public RemotesController(PatientCareContext context)
 {
     _context = context;
 }