public MedicationsController(IMedicationsService medicationsService)
 {
     _medicationsService = medicationsService;
 }
Example #2
0
 public UrgentProcurementController([FromServices] IMedicationsService medicationsService)
 {
     this._medicationsService = medicationsService;
     service = new ClientScheduledService();
 }