6 lines
184 B
C#
6 lines
184 B
C#
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
|
|
|
public interface IRecipeSelectionDialogService
|
|
{
|
|
Task<bool> SelectRecipeAsync(RecipeSelectionVM recipeSelectionVm);
|
|
} |