Example #1
0
 public async Task AddPointSync(Guid id)
 {
     await _playerService.AddPointSync(id);
 }