Exemple #1
0
        public async Task <List <Customer> > ListAsync()
        {
            List <Customer> customers = (await Respository.GetAllItemsAsync()).ToList();

            return(customers);
        }