Esempio n. 1
0
 public EPrescriptionService(IEPrescriptionRepository eprescriptionRepository)
 {
     this.eprescriptionRepository = eprescriptionRepository;
 }
Esempio n. 2
0
 public EPrescriptionService(IEPrescriptionRepository eprescriptionRepository, ISftpService sftpService)
 {
     this.eprescriptionRepository = eprescriptionRepository;
     this.sftpService             = sftpService;
 }
Esempio n. 3
0
 public EPrescriptionService(IEPrescriptionRepository prescriptionRepositoy)
 {
     IPrescriptionRepository = prescriptionRepositoy;
 }