public HttpFileSharingController(IMedicationUsageReportService medicationUsageReportService)
 {
     _medicationUsageReportService = medicationUsageReportService;
 }
示例#2
0
 public MedicationUsageReportController(IMedicationUsageReportService medicationUsageReportService)
 {
     this._medicationUsageReportService = medicationUsageReportService;
 }