Add also here recipeId

This commit is contained in:
franc
2025-04-23 13:33:33 +02:00
parent 146cdf9bff
commit 7035a9b64d
6 changed files with 160 additions and 13 deletions
@@ -12,6 +12,6 @@
Task SwapInstructionNumbersAsync(Instruction a, Instruction b);
Task<List<Instruction>> GetInstructionsOfRecipeAsync(Guid instructionId);
Task<List<Instruction>> GetInstructionsOfRecipeAsync(Guid recipeId);
}
}