Beispiel #1
0
 public async Task <Match> AddMatchAsync(Match match)
 {
     return(await _repository.AddAsync(match));
 }