Beispiel #1
0
        public List <Note> RetrieveAll(int typeRelatedId, string noteType)
        {
            List <Note> m_Notes = DBNote.RetrieveAll(typeRelatedId, noteType);

            return(m_Notes);
        }