Esempio n. 1
0
 public List <OrderDetailInfo> GetDetailList(int orderid)
 {
     return(_oiDal.GetDetaillist(orderid));
 }