コード例 #1
0
 public async Task <League> AddLeague([FromBody] LeagueAdd newLeague)
 {
     return(await _leagueService.AddLeague(newLeague));
 }