コード例 #1
0
 // delete a given recipe by id
 private static void deleteRecipe(int id)
 {
     using (var context = new WoolworthsDBDataContext())
     {
         context.p_DeleteRecipe(id);
     }
 }
コード例 #2
0
 // delete a given recipe by id
 private static void deleteRecipe(int id)
 {
     using (var context = new WoolworthsDBDataContext())
     {
         context.p_DeleteRecipe(id);
     }
 }