Example #1
0
        public List<CommentEN> CommentsPerRecipe(RecipeEN recipe)
        {
            RecipeCAD receta = new RecipeCAD();

            return receta.getComments(recipe);
        }