Пример #1
0
        public virtual void Remove(P Id)
        {
            var entity = GetById(Id);

            _context.Remove(entity);
        }