Exemplo n.º 1
0
 public System.Nullable <bool> SubmitVendorProposal(Adventureworks.Domain.VendorSubmitProposalRequest VendorSubmitProposalRequest)
 {
     Adventureworks.WebMVC3.PurchasingService.SubmitVendorProposalRequest inValue = new Adventureworks.WebMVC3.PurchasingService.SubmitVendorProposalRequest();
     inValue.VendorSubmitProposalRequest = VendorSubmitProposalRequest;
     Adventureworks.WebMVC3.PurchasingService.SubmitVendorProposalResponse retVal = ((Adventureworks.WebMVC3.PurchasingService.IPurchasingService)(this)).SubmitVendorProposal(inValue);
     return(retVal.boolean);
 }
Exemplo n.º 2
0
 public SubmitVendorProposalRequest(Adventureworks.Domain.VendorSubmitProposalRequest VendorSubmitProposalRequest)
 {
     this.VendorSubmitProposalRequest = VendorSubmitProposalRequest;
 }