コード例 #1
0
 public List <string> GetInstructionsOfRecipe(string id)
 {
     return(RecipesFactory.GetInstructionsOfRecipe(id));
 }