cockpit vorbereitung
This commit is contained in:
@@ -6,4 +6,6 @@ public interface IManagementCockpitService
|
||||
{
|
||||
Task<List<ManagementCockpitFileOption>> GetAvailableFilesAsync();
|
||||
Task<ManagementCockpitResult> AnalyzeAsync(string filePath);
|
||||
Task<List<int>> GetAvailableCentralYearsAsync();
|
||||
Task<ManagementCockpitCentralResult> AnalyzeCentralAsync(int year, int? month);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user