Example #1
0
 public GoogleSheetsReport(Dictionary <string, object> parameterValues, IReportService reportService) : base(parameterValues, reportService)
 {
     gAService = GetService <IGSheetsService>();
 }
Example #2
0
 public CommandTextGoogle(IGSheetsService service)
 {
     _service = service;
 }