Beispiel #1
0
 public List <Bill> GetBillDataByOrderId(int orderId)
 {
     return(_dataSet.GetBillDataByOrderId(orderId));
 }