Example #1
0
 public Order GetOrder(int oID)
 {
     return(dal.GetOrder(oID));
 }