コード例 #1
0
 public SpecialtiesController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
コード例 #2
0
ファイル: CliniciansController.cs プロジェクト: Minoxsys/CPMS
 public CliniciansController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }
コード例 #3
0
ファイル: HospitalsController.cs プロジェクト: Minoxsys/CPMS
 public HospitalsController(TrustPresentationService trustPresentationService)
 {
     _trustPresentationService = trustPresentationService;
 }