Beispiel #1
0
 static decimal GetApbCorrelation()
 {
     using (NetaServiceClient proxy = new NetaServiceClient())
     {
         apbCorrelation = proxy.GetCountyAveragePerformance_BroadbandCorrelation();
     }
     return(apbCorrelation);
 }