예제 #1
0
 public async Task <string> AddFootballClubs(FootballClub footballClub)
 {
     return(await _service.AddFootballClubs(footballClub));
 }