Exemplo n.º 1
0
        public List <CustomerDto> GetAllCustomers()
        {
            CustomerBusinessLayer customerBll = new CustomerBusinessLayer();

            return(customerBll.GetAllCustomers());
        }