TeamListReport hinzugefügt

This commit is contained in:
2023-10-23 15:05:46 +02:00
parent 69536c6fae
commit 54d2320dc6
5 changed files with 60 additions and 2 deletions

View File

@@ -115,6 +115,8 @@ namespace BeWo.Report
public abstract XtraReport CreateEmployeeListReport(List<long> oids);
public abstract XtraReport CreateTeamListReport(List<long> oids);
public abstract XtraReport CreateUserListReport(List<long> oids);
public abstract XtraReport CreateUserGroupListReport(List<long> oids);