コード例 #1
0
 public Task <Recipe> GetRecipeById(string id)
 {
     return(Task.Run(() => RecipesFactory.GetRecipeById(id)));
 }