Exemple #1
0
 public int DeleteOrderDetailInfo(OrderDetail od)
 {
     return(Convert.ToInt32(odDAL.DeleteCommand(od)));
 }