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