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

@@ -374,9 +374,10 @@ namespace ReportingService.ServiceImplementations
return null;
}
public MemoryStream CreateUSerGroupListReport(List<long> oids)
public MemoryStream CreateUserGroupListReport(List<long> oids)
{
return null;
var reportCreator = GetReportCreator();
return CreateReportStream(reportCreator.CreateUserGroupListReport(oids));
}
}
}