Refactoring some code and change logic and make sure to reduce db calls and avoid redundants
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
Task MoveInstructionUpAsync(Guid instructionId);
|
||||
|
||||
Task MoveInstructionDownAsync(Guid instructionId);
|
||||
|
||||
Task MoveInstructionAsync(Guid instructionId, bool moveUp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user