Example #1
0
 public bool ChooseDishes(int orderId, int dishId)
 {
     return(oiDal.ChooseDishes(orderId, dishId) > 0);
 }