コード例 #1
0
        public async Task <IActionResult> GetLeagueOther()
        {
            var other = await _repo.GetLeagueOther();

            return(Ok(other));
        }