Enhance management cockpit analysis
This commit is contained in:
@@ -5,7 +5,10 @@ namespace TrafagSalesExporter.Services;
|
||||
public interface IManagementCockpitService
|
||||
{
|
||||
Task<List<ManagementCockpitFileOption>> GetAvailableFilesAsync();
|
||||
IReadOnlyList<ManagementCockpitValueFieldOption> GetValueFieldOptions();
|
||||
Task<ManagementCockpitResult> AnalyzeAsync(string filePath);
|
||||
Task<ManagementCockpitResult> AnalyzeAsync(string filePath, ManagementCockpitAnalysisOptions? options);
|
||||
Task<List<int>> GetAvailableCentralYearsAsync();
|
||||
Task<ManagementCockpitCentralResult> AnalyzeCentralAsync(int year, int? month);
|
||||
Task<ManagementCockpitCentralResult> AnalyzeCentralAsync(int year, int? month, ManagementCockpitAnalysisOptions? options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user