Ejemplo n.º 1
0
 public PrescriptionFileService(MyDbContext context)
 {
     SftpService       = new SftpService();
     HelperFunctions   = new HelperFunctions();
     HttpService       = new HttpService();
     SmptServerService = new SmptServerService();
 }
Ejemplo n.º 2
0
 public ReportService(MyDbContext context)
 {
     SftpService       = new SftpService();
     HelperFunctions   = new HelperFunctions();
     HttpService       = new HttpService();
     ReportText        = new ReportText(context);
     SmptServerService = new SmptServerService();
 }