Esempio n. 1
0
        public AdjustmentVoucher GetAdjVouchById(string id)
        {
            AdjustmentVoucher av = avrepo.FindAdjustmentVoucherById(id);

            return(av);
        }
Esempio n. 2
0
 public AdjustmentVoucher FindAdjustmentVoucherById(string advId)
 {
     return(avrepo.FindAdjustmentVoucherById(advId));
 }