Exemplo n.º 1
0
 //
 // GET: /Keyword/Edit/5
 public ActionResult Edit(SRREntityTagKeywords keyword)
 {
     return View();
 }
Exemplo n.º 2
0
 public ActionResult Create(SRREntityTagKeywords tag)
 {
     return View();
 }