Example #1
0
 public List <OrderDetail> GetDetailsByOrderID(int id)
 {
     return(odm.GetDetailsByOrderID(id));
 }