public OutpatientController(IOutpatientReportService outpatientReportService, IOutpatientService outpatientService, IMedicalServiceSituation medicalService, IHomeInformation homeService) { this.outpatientReportService = outpatientReportService; this.outpatientService = outpatientService; this.medicalService = medicalService; this.homeService = homeService; }
public HospitalInfoController(IHomeInformation homeService) { this.homeService = homeService; }
public OperationController(IOperationService operationService, IHomeInformation homeService) { this.operationService = operationService; this.homeService = homeService; }