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