Exemplo n.º 1
0
        public int BA_ValidateCustomer(customentity objCustomerdetails)
        {
            DACustomer objCustomerDA = new DACustomer();

            return(objCustomerDA.DA_ValidateCustomer(objCustomerdetails));
        }