Rename Method from CreateInstructionWithImageToRecipeAsync to CreateInstructionAsync
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
Task<Instruction> GetInstructionAsync(Guid instructionId);
|
Task<Instruction> GetInstructionAsync(Guid instructionId);
|
||||||
|
|
||||||
Task<Instruction> CreateInstructionWithImageToRecipeAsync(Guid recipeId, string description, IFormFile? photo);
|
Task<Instruction> CreateInstructionAsync(Guid recipeId, string description, IFormFile? photo);
|
||||||
|
|
||||||
Task RemoveInstructionFromRecipeAsync(Guid recipeId, Guid instructionId);
|
Task RemoveInstructionFromRecipeAsync(Guid recipeId, Guid instructionId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user