예제 #1
0
 public async Task AddSync(Player player)
 {
     await _repository.AddSync(player);
 }