コード例 #1
0
ファイル: RecipesService.cs プロジェクト: LoganPonder/spice
 internal Recipe CreateRecipe(Recipe newRecipe)
 {
     return(_repo.CreateRecipe(newRecipe));
 }