Exemplo n.º 1
0
 // GET: Metadatas
 public ActionResult Index()
 {
     return(View(metaRepo.GetAllMetadata()));
 }