Esempio n. 1
0
 public PrescriptionController(IPrescriptionSearchService prescriptionSearchService)
 {
     _prescriptionSearchService = prescriptionSearchService;
 }
 public PrescriptionController(IPrescriptionSearchService prescriptionSearchService, IMailService mailService, IPharmacyService pharmacyService)
 {
     this.prescriptionSearchService = prescriptionSearchService;
     this.mailService     = mailService;
     this.pharmacyService = pharmacyService;
 }