Version 3.17

This commit is contained in:
Christian
2023-10-29 21:33:19 +01:00
parent 1088dac573
commit 34ff768dde
19 changed files with 1011 additions and 105 deletions

View File

@@ -305,7 +305,7 @@ namespace BeWo.Service.ServiceImplementations
{
try
{
return MapperFactory.LoginDC_Login.MapToNewDCs(DAOFactory.SearchDAO.FindLastLogins(loginName));
return MapperFactory.LoginDC_Login.MapToNewDCs(DAOFactory.SearchDAO.FindLastLogins(loginName, 10));
}
catch (Exception e)
{