Example #1
0
 public ActionResult EditorProfile(int id)
 {
     return(View(editor_repo.GetByID(id)));
 }
Example #2
0
 public ActionResult UpdateEditor(int id)
 {
     return(View(editor_repo.GetByID(id)));
 }