Refactoring some code and change logic and make sure to reduce db calls and avoid redundants

This commit is contained in:
franc
2025-04-16 17:22:19 +02:00
parent d2560e2971
commit 825818645a
4 changed files with 25 additions and 44 deletions
@@ -5,5 +5,7 @@
Task MoveInstructionUpAsync(Guid instructionId);
Task MoveInstructionDownAsync(Guid instructionId);
Task MoveInstructionAsync(Guid instructionId, bool moveUp);
}
}