예제 #1
0
 // GET: Metadatas
 public ActionResult Index()
 {
     return(View(metaRepo.GetAllMetadata()));
 }