public SpecialtiesController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
 public CliniciansController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
Exemple #3
0
 public HospitalsController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }