Siehe MoK-Release Notes 1/2025
This commit is contained in:
@@ -8499,8 +8499,6 @@ namespace BeWo.Service.ServiceImplementations
|
||||
/// <param name="originals"></param>
|
||||
private static List<ServiceRecord> DeleteSignaturesFromServiceRecords(IEnumerable<ServiceRecordDC> serviceRecords, List<ServiceRecord> originals)
|
||||
{
|
||||
// ToDo: Nur noch ServiceRecords aktualisieren, weil es jetzt einen Fremdschlüssel gibt!
|
||||
|
||||
var result = new List<ServiceRecord>();
|
||||
var oldVsNew = new Dictionary<ServiceRecord, ServiceRecordDC>();
|
||||
var orderedOldOnes = originals.Where(x => x.Oid.HasValue).OrderBy(x => x.Oid.Value).ToList();
|
||||
|
||||
Reference in New Issue
Block a user