MH: ValidationMessageReport

This commit is contained in:
2023-08-21 18:34:18 +02:00
parent 35e98321d0
commit f68325c22b
12 changed files with 646 additions and 3 deletions

View File

@@ -102,5 +102,7 @@ namespace BeWo.Report
public abstract XtraReport CreateRatingReport(long ratingOid, long supportConceptOid);
public abstract XtraReport CreateVertretungsPlanungReport(DateTime start, int ansicht);
public abstract XtraReport CreateValidationMessageListReport(DateTime startDate, DateTime endDate);
}
}