Exemplo n.º 1
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);
 }
Exemplo n.º 2
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));
 }
Exemplo n.º 3
0
 public InsertArabaRequestBody(Soa_Form.ArabaServis.Araba entity)
 {
     this.entity = entity;
 }