Пример #1
0
 public VehicleAnalysisType[] GetVehicleAnalysis()
 {
     MvcApplication1.ServiceVehicule.GetVehicleAnalysisRequest  inValue = new MvcApplication1.ServiceVehicule.GetVehicleAnalysisRequest();
     MvcApplication1.ServiceVehicule.GetVehicleAnalysisResponse retVal  = ((MvcApplication1.ServiceVehicule.VehicleAnalysisInterface)(this)).GetVehicleAnalysis(inValue);
     return(retVal.VehicleAnalysis);
 }
Пример #2
0
 MvcApplication1.ServiceVehicule.GetVehicleAnalysisResponse MvcApplication1.ServiceVehicule.VehicleAnalysisInterface.GetVehicleAnalysis(MvcApplication1.ServiceVehicule.GetVehicleAnalysisRequest request)
 {
     return(base.Channel.GetVehicleAnalysis(request));
 }