Das Übertragen eines Kalendertermins in die Zeiterfassung funktioniert jetzt wieder bei Serienterminen.
This commit is contained in:
@@ -9092,5 +9092,12 @@ namespace BeWo.Service.ServiceImplementations
|
||||
throw Utils.CreateBeWoFaultException(e);
|
||||
}
|
||||
}
|
||||
|
||||
public List<ResourceDC> GetResourcesByOids(List<long> resourceOids)
|
||||
{
|
||||
var resources = DAOFactory.GenericDAO.GetActiveByIDs<Resource>(resourceOids);
|
||||
|
||||
return MapperFactory.ResourceDC_Resource.MapToNewDCs(resources);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user