예제 #1
0
 public ActionResult Show()
 {
     _catalog.Catalogs = _catalogManager.GetAll();
     return(View(_catalog));
 }