Exemple #1
0
 public async Task <Player> AddTag(Guid id, string tag)
 {
     return(await _processor.AddTag(id, tag));
 }