Example #1
0
 public ActionResult ViewNotes(string username)
 {
     return(View(_pomBL.GetNoteRecords(username).Select(n => _mapper.cast2NoteCRVM(n)).ToList()));
 }