Add recipeid to the methods seperate the Id logic between instructionId and recipeId
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
public interface IInstructionService
|
||||
{
|
||||
Task MoveInstructionUpAsync(Guid instructionId);
|
||||
Task MoveInstructionUpAsync(Guid recipeId, Guid instructionId);
|
||||
|
||||
Task MoveInstructionDownAsync(Guid instructionId);
|
||||
Task MoveInstructionDownAsync(Guid recipeId, Guid instructionId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user