This commit is contained in:
Christian
2023-01-05 13:56:27 +01:00
parent 0eb72d5e55
commit 25da18d93c
39 changed files with 5424 additions and 148 deletions

View File

@@ -97,7 +97,9 @@ namespace BeWo.Report
public abstract XtraReport CreateEmployeeCustomerListReport(long? employeeOid);
public abstract XtraReport CreateRatingReport(long ratingOid, long supportConceptOid);
}