예제 #1
0
        public List <CustomerDTO> List()
        {
            var customers = applicationServiceCustomer.List();

            return(new List <CustomerDTO>(customers));
        }