Пример #1
0
        public static List <Notes> getAllNotes()
        {
            List <Notes> notes = OCRC.getAllNotes();

            return(notes);
        }