示例#1
0
        // GET: Customer
        public ActionResult Customers()
        {
            List <ApiCustomer> customers = client.GetCustomers();

            return(View(customers));
        }