Пример #1
0
 public async Task <bool> UpdateAsync(PlayerDto playerDto)
 {
     return(await playerProvider.UpdateAsync(playerDto));
 }