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