示例#1
0
        public Recipe GetRecipe(string path)
        {
            ApiCall apiCall = new ApiCall();
            Recipe  recipe  = new Recipe();

            recipe = apiCall.GetRecipe(path);
            return(recipe);
        }