Пример #1
0
        public bool BusinessDeletarPlayerVip(int id)
        {
            _operationsDataBase = new OperationsDataBase();

            return(_operationsDataBase.DeletarPlayerVip(id) > 0 ? true : false);
        }