Ejemplo n.º 1
0
        public DTO_Customer SearchCus(string keyword)
        {
            DTO_Customer dt = new DTO_Customer();

            dt = dataCustomer.searchCustomerForBill(keyword);
            return(dt);
        }