コード例 #1
0
 public bool InsertSirket(BankAppWeb.Soap.SirketService.Sirket entity) {
     BankAppWeb.Soap.SirketService.InsertSirketRequest inValue = new BankAppWeb.Soap.SirketService.InsertSirketRequest();
     inValue.Body = new BankAppWeb.Soap.SirketService.InsertSirketRequestBody();
     inValue.Body.entity = entity;
     BankAppWeb.Soap.SirketService.InsertSirketResponse retVal = ((BankAppWeb.Soap.SirketService.SirketWebServiceSoap)(this)).InsertSirket(inValue);
     return retVal.Body.InsertSirketResult;
 }
コード例 #2
0
 public System.Threading.Tasks.Task<BankAppWeb.Soap.SirketService.InsertSirketResponse> InsertSirketAsync(BankAppWeb.Soap.SirketService.Sirket entity) {
     BankAppWeb.Soap.SirketService.InsertSirketRequest inValue = new BankAppWeb.Soap.SirketService.InsertSirketRequest();
     inValue.Body = new BankAppWeb.Soap.SirketService.InsertSirketRequestBody();
     inValue.Body.entity = entity;
     return ((BankAppWeb.Soap.SirketService.SirketWebServiceSoap)(this)).InsertSirketAsync(inValue);
 }
コード例 #3
0
 System.Threading.Tasks.Task<BankAppWeb.Soap.SirketService.InsertSirketResponse> BankAppWeb.Soap.SirketService.SirketWebServiceSoap.InsertSirketAsync(BankAppWeb.Soap.SirketService.InsertSirketRequest request) {
     return base.Channel.InsertSirketAsync(request);
 }
コード例 #4
0
 BankAppWeb.Soap.SirketService.InsertSirketResponse BankAppWeb.Soap.SirketService.SirketWebServiceSoap.InsertSirket(BankAppWeb.Soap.SirketService.InsertSirketRequest request) {
     return base.Channel.InsertSirket(request);
 }