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