예제 #1
0
 // GET: Customers
 public ActionResult Index()
 {
     return(View(db.ListDestination()));
 }