Beispiel #1
0
        public void Delete(Entry entry)
        {
            DBA database = new DBA();

            database.Delete(entry);
        }