コード例 #1
0
 public PrescriptionFileService(MyDbContext context)
 {
     SftpService       = new SftpService();
     HelperFunctions   = new HelperFunctions();
     HttpService       = new HttpService();
     SmptServerService = new SmptServerService();
 }
コード例 #2
0
ファイル: ReportService.cs プロジェクト: ProbaFirma10/Proba
 public ReportService(MyDbContext context)
 {
     SftpService       = new SftpService();
     HelperFunctions   = new HelperFunctions();
     HttpService       = new HttpService();
     ReportText        = new ReportText(context);
     SmptServerService = new SmptServerService();
 }