예제 #1
0
        public IActionResult Index()
        {
            List <PlayerModel> playerList = iplayerBusiness.GetAllPlayer();

            return(View(playerList));
        }