using Seasoned.Backend.DTOs; namespace Seasoned.Backend.Services; public interface IRecipeService { Task ParseRecipeImageAsync(IFormFile image); }