Example #1
0
 public MapWinFormsApplication.ServiceReference.Entity1ViewModel[] GetDevicesByCity(string city)
 {
     MapWinFormsApplication.ServiceReference.GetDevicesByCityRequest inValue = new MapWinFormsApplication.ServiceReference.GetDevicesByCityRequest();
     inValue.Body      = new MapWinFormsApplication.ServiceReference.GetDevicesByCityRequestBody();
     inValue.Body.city = city;
     MapWinFormsApplication.ServiceReference.GetDevicesByCityResponse retVal = ((MapWinFormsApplication.ServiceReference.WebServiceSoap)(this)).GetDevicesByCity(inValue);
     return(retVal.Body.GetDevicesByCityResult);
 }
Example #2
0
 MapWinFormsApplication.ServiceReference.GetDevicesByCityResponse MapWinFormsApplication.ServiceReference.WebServiceSoap.GetDevicesByCity(MapWinFormsApplication.ServiceReference.GetDevicesByCityRequest request)
 {
     return(base.Channel.GetDevicesByCity(request));
 }