WohnheimListReport hinzugefügt
This commit is contained in:
@@ -289,6 +289,12 @@ namespace ReportingService.ServiceImplementations
|
||||
return CreateReportStream(reportCreator.CreateEmployeeListReport(oids));
|
||||
}
|
||||
|
||||
public MemoryStream CreateWohnheimListReport(List<long> oids)
|
||||
{
|
||||
var reportCreator = GetReportCreator();
|
||||
return CreateReportStream(reportCreator.CreateWohnheimListReport(oids));
|
||||
}
|
||||
|
||||
public MemoryStream CreateOrganisationListReport(List<long> oids)
|
||||
{
|
||||
var reportCreator = GetReportCreator();
|
||||
|
||||
Reference in New Issue
Block a user