Esempio n. 1
0
        public RecipeNode FindRecipe(Guid id)
        {
            if (db == null)
            {
                throw new Exception("ModelerProxy has not been initialized.");
            }

            return(db.FindRecipe(id));
        }