Beispiel #1
0
 static decimal GetBbprCorrelation()
 {
     using (NetaServiceClient proxy = new NetaServiceClient())
     {
         bbprCorrelation = proxy.GetSchoolPR_BroadbandCorrelation();
     }
     return(bbprCorrelation);
 }