Ejemplo n.º 1
0
 public ActionResult EditorProfile(int id)
 {
     return(View(editor_repo.GetByID(id)));
 }
Ejemplo n.º 2
0
 public ActionResult UpdateEditor(int id)
 {
     return(View(editor_repo.GetByID(id)));
 }