Пример #1
0
        public void Delete()
        {
            AbonentRepository _repo = new AbonentRepository();

            _repo.Delete(this);
        }