示例#1
0
        public AdjustmentVoucher GetAdjVouchById(string id)
        {
            AdjustmentVoucher av = avrepo.FindAdjustmentVoucherById(id);

            return(av);
        }
示例#2
0
 public AdjustmentVoucher FindAdjustmentVoucherById(string advId)
 {
     return(avrepo.FindAdjustmentVoucherById(advId));
 }