Example #1
0
 public int AddOrder(OrderDTO order)
 {
     return(dal.AddOrder(order));
 }