Implement the Sorting Logic
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Francesco.Recipes.World.Services.Instruction
|
||||
{
|
||||
public interface IInstructionService
|
||||
{
|
||||
Task MoveInstructionUpAsync(Guid instructionId);
|
||||
|
||||
Task MoveInstructionDownAsync(Guid instructionId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user