コード例 #1
0
        public IEnumerable <Customer> Get()
        {
            //var users = _customerService.ListAll();

            //return users;

            var customers = _customerService.ListAllApi();

            return(_customerService.AddCustomersFromApi(customers?.ToList()));;
        }