コード例 #1
0
 public GoogleSheetsReport(Dictionary <string, object> parameterValues, IReportService reportService) : base(parameterValues, reportService)
 {
     gAService = GetService <IGSheetsService>();
 }
コード例 #2
0
ファイル: CommandTextGoogle.cs プロジェクト: igor93ti/Welo
 public CommandTextGoogle(IGSheetsService service)
 {
     _service = service;
 }