//删除已点的菜品数量 public bool RemoveDish(int oid) { return(oiDal.DeleteDish(oid) > 0); }
public bool DeleteDish(int oid) { return(_oiDal.DeleteDish(oid) > 0); }