Example #1
0
        public List <PlayersVip> BusinessGetPlayersVipAll()
        {
            _operationsDataBase = new OperationsDataBase();

            return(_operationsDataBase.GetPlayersVipAll());
        }