Beispiel #1
0
 public Task <Player[]> GetAll()
 {
     return(repo.GetAll());
 }