コード例 #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));
 }