change order by for abcents rollcall workflows

This commit is contained in:
MahanCh
2025-05-28 16:50:27 +03:30
parent 04e51fe3b5
commit 7388fd8a81

View File

@@ -525,7 +525,7 @@ public class WorkFlowApplication : IWorkFlowApplication
result.Add(newItem);
}
return result.OrderBy(x => x.DateTime).ToList();
return result.OrderByDescending(x => x.DateTime).ToList();
}
/// <summary>