Rename Refactoring

This commit is contained in:
franc
2025-04-17 10:34:12 +02:00
parent 059e93cb86
commit 1bdb14e9d3
3 changed files with 7 additions and 7 deletions
@@ -10,8 +10,8 @@
Task RemoveInstructionFromRecipeAsync(Guid recipeId, Guid instructionId);
Task SwapInstructionOrderAsync(Instruction a, Instruction b);
Task SwapInstructionNumbersAsync(Instruction a, Instruction b);
Task<List<Instruction>> GetInstructionsByInstructionIdAsync(Guid instructionId);
Task<List<Instruction>> GetInstructionsOfRecipeAsync(Guid instructionId);
}
}