Example #1
0
 public void EditRestaurant(RestaurantBL.Restaurant rest, int id)
 {
     dbu.EditRestaurant(ToData(rest), id);
 }
Example #2
0
 public void AddRestaurant(RestaurantBL.Restaurant rest)
 {
     dbu.AddRestaurant(ToData(rest));
 }