예제 #1
0
        public ActionResult Chart()
        {
            var list = _customerApi.GetAll();

            return(View(list));
        }