Beispiel #1
0
 public async Task <ServerInfo[]> GetAllServerDetails()
 {
     return(await _apiClient.GetAllServerDetailsAsync(GlobalSettings.authInfo));
 }