Esempio n. 1
0
 public System.Threading.Tasks.Task <Soa_Form.ArabaServis.InsertArabaResponse> InsertArabaAsync(Soa_Form.ArabaServis.Araba entity)
 {
     Soa_Form.ArabaServis.InsertArabaRequest inValue = new Soa_Form.ArabaServis.InsertArabaRequest();
     inValue.Body        = new Soa_Form.ArabaServis.InsertArabaRequestBody();
     inValue.Body.entity = entity;
     return(((Soa_Form.ArabaServis.ArabaServisSoap)(this)).InsertArabaAsync(inValue));
 }
Esempio n. 2
0
 public bool InsertAraba(Soa_Form.ArabaServis.Araba entity)
 {
     Soa_Form.ArabaServis.InsertArabaRequest inValue = new Soa_Form.ArabaServis.InsertArabaRequest();
     inValue.Body        = new Soa_Form.ArabaServis.InsertArabaRequestBody();
     inValue.Body.entity = entity;
     Soa_Form.ArabaServis.InsertArabaResponse retVal = ((Soa_Form.ArabaServis.ArabaServisSoap)(this)).InsertAraba(inValue);
     return(retVal.Body.InsertArabaResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Soa_Form.ArabaServis.InsertArabaResponse> Soa_Form.ArabaServis.ArabaServisSoap.InsertArabaAsync(Soa_Form.ArabaServis.InsertArabaRequest request)
 {
     return(base.Channel.InsertArabaAsync(request));
 }
Esempio n. 4
0
 Soa_Form.ArabaServis.InsertArabaResponse Soa_Form.ArabaServis.ArabaServisSoap.InsertAraba(Soa_Form.ArabaServis.InsertArabaRequest request)
 {
     return(base.Channel.InsertAraba(request));
 }