Beispiel #1
0
 public Task <Player> Get(Guid id)
 {
     return(repo.Get(id));
 }