Ejemplo n.º 1
0
 public Order GetOrderByBillNo(string billNo)
 {
     return(orderGateway.GetOrderByBillNo(billNo));
 }