示例#1
0
        private ObservableCollection <Ingredients> GetIngtedientsForRecipe(int id_recipe)
        {
            ObservableCollection <Ingredients> Item = dB_recipe.GetIngtedients(id_recipe);

            return(Item);
        }