Exemplo n.º 1
0
 public List <AdjustmentVoucher> getAdjVoucher(string AdjID, string startDate, string endDate)
 {
     BusinessLogic.AdjustVoucherController BL = new BusinessLogic.AdjustVoucherController();
     return(BL.getAdjVoucher(AdjID, startDate, endDate));
 }
 public List<AdjustmentVoucher> getAdjVoucher(string AdjID, string startDate, string endDate)
 {
     BusinessLogic.AdjustVoucherController BL = new BusinessLogic.AdjustVoucherController();
     return BL.getAdjVoucher(AdjID,startDate,endDate);
 }