// GET: api/Customer public List <Customer> GetCustomers() { var model = cc.GetCustomers(); return(model); }