Example #1
0
 public int ComfirmOrder(string idOrder)
 {
     return(dal.ComfirmOrder(idOrder));
 }