Exemple #1
0
 public string GetPolygonList(int UserID, string TimeZone)
 {
     MgooGps.Geofence.GetPolygonListRequest inValue = new MgooGps.Geofence.GetPolygonListRequest();
     inValue.Body          = new MgooGps.Geofence.GetPolygonListRequestBody();
     inValue.Body.UserID   = UserID;
     inValue.Body.TimeZone = TimeZone;
     MgooGps.Geofence.GetPolygonListResponse retVal = ((MgooGps.Geofence.GeofenceAjaxSoap)(this)).GetPolygonList(inValue);
     return(retVal.Body.GetPolygonListResult);
 }
Exemple #2
0
 MgooGps.Geofence.GetPolygonListResponse MgooGps.Geofence.GeofenceAjaxSoap.GetPolygonList(MgooGps.Geofence.GetPolygonListRequest request)
 {
     return(base.Channel.GetPolygonList(request));
 }