Example #1
0
 public CarParKing.ServiceReference1.parkingPlace getParkingPlaceById(int arg0)
 {
     CarParKing.ServiceReference1.getParkingPlaceByIdRequest inValue = new CarParKing.ServiceReference1.getParkingPlaceByIdRequest();
     inValue.arg0 = arg0;
     CarParKing.ServiceReference1.getParkingPlaceByIdResponse retVal = ((CarParKing.ServiceReference1.Parking)(this)).getParkingPlaceById(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <CarParKing.ServiceReference1.getParkingPlaceByIdResponse> getParkingPlaceByIdAsync(int arg0)
 {
     CarParKing.ServiceReference1.getParkingPlaceByIdRequest inValue = new CarParKing.ServiceReference1.getParkingPlaceByIdRequest();
     inValue.arg0 = arg0;
     return(((CarParKing.ServiceReference1.Parking)(this)).getParkingPlaceByIdAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <CarParKing.ServiceReference1.getParkingPlaceByIdResponse> CarParKing.ServiceReference1.Parking.getParkingPlaceByIdAsync(CarParKing.ServiceReference1.getParkingPlaceByIdRequest request)
 {
     return(base.Channel.getParkingPlaceByIdAsync(request));
 }
Example #4
0
 CarParKing.ServiceReference1.getParkingPlaceByIdResponse CarParKing.ServiceReference1.Parking.getParkingPlaceById(CarParKing.ServiceReference1.getParkingPlaceByIdRequest request)
 {
     return(base.Channel.getParkingPlaceById(request));
 }