Morska plugins refactor

This commit is contained in:
2025-12-02 21:24:37 +01:00
parent 3f8e62fbb8
commit 445c07a8d8
21 changed files with 56 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
using System.Globalization;
using DiunaBI.Domain.Entities;
using DiunaBI.Infrastructure.Plugins;
using DiunaBI.Infrastructure.Services;
using Google.Apis.Sheets.v4;
using Google.Apis.Sheets.v4.Data;
@@ -7,7 +8,7 @@ using Microsoft.Extensions.Configuration;
namespace DiunaBI.Plugins.Morska.Exporters;
public class GoogleSheetExport : MorskaBaseExporter
public class GoogleSheetExport : BaseDataExporter
{
public override string ExporterType => "GoogleSheet";
private readonly GoogleDriveHelper _googleDriveHelper;