MH: Benutzergruppendruck

This commit is contained in:
2023-09-18 14:42:54 +02:00
parent ff87174eef
commit f95fd55fe2
8 changed files with 2436 additions and 2308 deletions

View File

@@ -108,5 +108,7 @@ namespace BeWo.Report
public abstract XtraReport CreateCustomerListReport(List<long> oids);
public abstract XtraReport CreatePersonListReport(List<long> oids);
public abstract XtraReport CreateUserGroupListReport(List<long> oids);
}
}