public Note GetById(int noteID) { return(_noteDal.GetByID(noteID)); }
public Note GetByID(int noteID) { return(_noteDAL.GetByID(noteID)); }