コード例 #1
0
ファイル: NotesController.cs プロジェクト: PruessnerN/DARE
 public ActionResult isRead(int noteId, string currentView)
 {
     db.NoteRead(noteId);
     return(RedirectToAction(currentView));
 }