Example #1
0
 public GoogleSheetService(IGoogleSheetServiceFactory googleSheetServiceFactory)
 {
     _googleSSFactory = googleSheetServiceFactory;
     _sheetService    = _googleSSFactory.GetService();
 }
Example #2
0
 public KasaConector(IGoogleSheetServiceFactory googleSheetServiceFactory, IGoogleSpreadsheetIdFactory googleSpreadsheetIdFactory)
 {
     _googleSS = googleSheetServiceFactory.GetService();
     _sheetId  = googleSpreadsheetIdFactory.GetKasa();
 }