예제 #1
0
 public SpecialtiesController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
예제 #2
0
 public CliniciansController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
예제 #3
0
 public HospitalsController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }