Пример #1
0
 public bool Update(Note note)
 {
     note.ModifiedDate = DateTime.Now;
     return(_noteDal.Update(note) > 0);
 }