コード例 #1
0
 public async Task <Division> AddTeam(int id, Team team)
 {
     return(await _divisionRepository.AddTeam(id, team));
 }