示例#1
0
 public ActionResult isRead(int noteId, string currentView)
 {
     db.NoteRead(noteId);
     return(RedirectToAction(currentView));
 }