コード例 #1
0
 public List <OrderDetails> GetAll()
 {
     return(_orderDetailDal.GetListInclude(x => x.OrderDetailsId >= 0, x => x.Product));
 }