dies und das

This commit is contained in:
Christian
2017-09-14 19:03:26 +02:00
parent 27da98471b
commit 15c91ecaec
88 changed files with 8501 additions and 11708 deletions

View File

@@ -749,7 +749,9 @@ namespace BeWo.Service.ServiceImplementations
{
try
{
return MapperFactory.CompactSupportConceptDC_SupportConcept.MapToNewDCs(DAOFactory.SearchDAO.FindSupportConceptsWithConferenceDate(employeeOid, conferenceDateUntil));
var g = PluginLoader.FindClass<HomeContentGenerator>();
return g.GetSupportConceptsWithConferenceDate(employeeOid, conferenceDateUntil);
}
catch (Exception e)
{