Exemple #1
0
        public ActionResult Update(int Id)
        {
            Note note = noteBLL.GetNote(Id);

            return(View(note));
        }