Beispiel #1
0
 public List <OrderDetail> GetAll()
 {
     return(_orderDetailDal.GetAllOrderDetail());
 }