HomeViewPanel serverseitig
This commit is contained in:
@@ -5732,5 +5732,18 @@ namespace BeWo.Service.ServiceImplementations
|
||||
throw Utils.CreateBeWoFaultException(exception);
|
||||
}
|
||||
}
|
||||
|
||||
public IList<HomeViewPanelDC> GetHomeViewPanels()
|
||||
{
|
||||
try
|
||||
{
|
||||
return MapperFactory.HomeViewPanelDC_HomeViewPanel.MapToNewDCs(
|
||||
DAOFactory.GenericDAO.GetAllActive<HomeViewPanel>());
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
throw Utils.CreateBeWoFaultException(exception);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user