Exemplo n.º 1
0
 public AdjustmentVoucher getAdjVoucherByID(string AdjID)
 {
     BusinessLogic.AdjustVoucherController BL = new BusinessLogic.AdjustVoucherController();
     return(BL.getAdjVoucherByID(AdjID));
 }
 public AdjustmentVoucher getAdjVoucherByID(string AdjID)
 {
     BusinessLogic.AdjustVoucherController BL = new BusinessLogic.AdjustVoucherController();
     return BL.getAdjVoucherByID(AdjID);
 }