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