Ejemplo n.º 1
0
 public Note GetByID(int noteID)
 {
     return(_noteDAL.GetById(noteID));
 }