Beispiel #1
0
        public void obtainNotes()
        {
            Party_CAD cad = new Party_CAD();
            this.Notes = new List<Note_Class>();

            this.notes = cad.obtainNotes(this.Id);
        }