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