예제 #1
0
        public string GetLastCashNo()
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.GetLastCashNo());
        }
예제 #2
0
        public string GetCountOfDNSuppliers(out List <SupplierDetailEntity> lstSuppliers)
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.GetCountOfDNSuppliers(out lstSuppliers));
        }
예제 #3
0
        public int UpdateRefundFromSupplier(RefundFromSupplierForm psForm)
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.UpdateRefundFromSupplier(psForm));
        }
예제 #4
0
        public RefundFromSupplierForm GetNewPS(int?SupplierID)
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.GetNewPS(SupplierID));
        }
예제 #5
0
        public bool IsChequeNoPresent(string cashChequeNo)
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.IsChequeNoPresent(cashChequeNo));
        }
예제 #6
0
        public RefundFromSupplierForm GetRefundFromSupplierDetails(string cashChequeNo)
        {
            IRefundFromSupplierDAL psDAL = new RefundFromSupplierDAL();

            return(psDAL.GetRefundFromSupplierDetails(cashChequeNo));
        }