Commit pending finance and Power BI work
This commit is contained in:
@@ -4,5 +4,5 @@ namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface ISiteExportService
|
||||
{
|
||||
Task<SiteExportResult> ExportAsync(Site site, Action<string>? updateStatus = null);
|
||||
Task<SiteExportResult> ExportAsync(Site site, Action<string>? updateStatus = null, int? preferredImportYear = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user