Пример #1
0
 public System.Threading.Tasks.Task <CarajDesktop.CompanyService.CreateRentResponse> CreateRentAsync(CarajDesktop.CompanyService.RentDetailsRequestDto dto)
 {
     CarajDesktop.CompanyService.CreateRentRequest inValue = new CarajDesktop.CompanyService.CreateRentRequest();
     inValue.Body     = new CarajDesktop.CompanyService.CreateRentRequestBody();
     inValue.Body.dto = dto;
     return(((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).CreateRentAsync(inValue));
 }
Пример #2
0
 public bool CreateRent(CarajDesktop.CompanyService.RentDetailsRequestDto dto)
 {
     CarajDesktop.CompanyService.CreateRentRequest inValue = new CarajDesktop.CompanyService.CreateRentRequest();
     inValue.Body     = new CarajDesktop.CompanyService.CreateRentRequestBody();
     inValue.Body.dto = dto;
     CarajDesktop.CompanyService.CreateRentResponse retVal = ((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).CreateRent(inValue);
     return(retVal.Body.CreateRentResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <CarajDesktop.CompanyService.CreateRentResponse> CarajDesktop.CompanyService.CompanyServiceSoap.CreateRentAsync(CarajDesktop.CompanyService.CreateRentRequest request)
 {
     return(base.Channel.CreateRentAsync(request));
 }
Пример #4
0
 CarajDesktop.CompanyService.CreateRentResponse CarajDesktop.CompanyService.CompanyServiceSoap.CreateRent(CarajDesktop.CompanyService.CreateRentRequest request)
 {
     return(base.Channel.CreateRent(request));
 }