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