Beispiel #1
0
 public Task <Player[]> GetTags(string tag)
 {
     return(repo.GetAllTags(tag));
 }