예제 #1
0
 public void UpdateRecipe(Recipe recipe)
 {
     try
     {
         IDalService.UpdateRecipe(recipe);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }