예제 #1
0
 public bool RemoveOrderDishByOId(int oId)
 {
     return(oiDal.DeleteOrderDishByOId(oId) > 0);
 }