Пример #1
0
 public System.Threading.Tasks.Task <CarajDesktop.CompanyService.GetRentDetailsResponse> GetRentDetailsAsync(int CompanyID)
 {
     CarajDesktop.CompanyService.GetRentDetailsRequest inValue = new CarajDesktop.CompanyService.GetRentDetailsRequest();
     inValue.Body           = new CarajDesktop.CompanyService.GetRentDetailsRequestBody();
     inValue.Body.CompanyID = CompanyID;
     return(((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).GetRentDetailsAsync(inValue));
 }
Пример #2
0
 public CarajDesktop.CompanyService.RentDetailsResponseDto[] GetRentDetails(int CompanyID)
 {
     CarajDesktop.CompanyService.GetRentDetailsRequest inValue = new CarajDesktop.CompanyService.GetRentDetailsRequest();
     inValue.Body           = new CarajDesktop.CompanyService.GetRentDetailsRequestBody();
     inValue.Body.CompanyID = CompanyID;
     CarajDesktop.CompanyService.GetRentDetailsResponse retVal = ((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).GetRentDetails(inValue);
     return(retVal.Body.GetRentDetailsResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <CarajDesktop.CompanyService.GetRentDetailsResponse> CarajDesktop.CompanyService.CompanyServiceSoap.GetRentDetailsAsync(CarajDesktop.CompanyService.GetRentDetailsRequest request)
 {
     return(base.Channel.GetRentDetailsAsync(request));
 }
Пример #4
0
 CarajDesktop.CompanyService.GetRentDetailsResponse CarajDesktop.CompanyService.CompanyServiceSoap.GetRentDetails(CarajDesktop.CompanyService.GetRentDetailsRequest request)
 {
     return(base.Channel.GetRentDetails(request));
 }