Ejemplo n.º 1
0
 public SpecialtiesController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
Ejemplo n.º 2
0
 public CliniciansController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
Ejemplo n.º 3
0
 public HospitalsController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }