AutoImport refactor

This commit is contained in:
Michał Zieliński
2023-11-09 15:17:22 +01:00
parent 96b710ad82
commit b07c52b945
8 changed files with 223 additions and 724 deletions

View File

@@ -8,9 +8,9 @@ namespace WebAPI.dataProcessors
{
public class T3MultiSourceYearSummaryProcessor
{
private AppDbContext db;
private SpreadsheetsResource.ValuesResource googleSheetValues;
private LayersController controller;
private readonly AppDbContext db;
private readonly SpreadsheetsResource.ValuesResource googleSheetValues;
private readonly LayersController controller;
public T3MultiSourceYearSummaryProcessor(
AppDbContext _db,