コード例 #1
0
 public async Task <Player> Delete(Guid playerId)
 {
     return(await _mongoDBRepository.DeletePlayer(playerId));
 }