Example #1
0
        public List<RecipeEN> getRecipes(string identificador)
        {
            RecipeCAD recipes = new RecipeCAD();

            return recipes.getRecipes(identificador, this);
        }