예제 #1
0
 public virtual IList <TransportationBillDetail> GetAllTransportationBillDetail()
 {
     return(entityDao.GetAllTransportationBillDetail());
 }