Exemple #1
0
 public System.Threading.Tasks.Task <CRUD_Dapper2.CRUDService.UpdateResponse> UpdateAsync(CRUD_Dapper2.CRUDService.Contato obj)
 {
     CRUD_Dapper2.CRUDService.UpdateRequest inValue = new CRUD_Dapper2.CRUDService.UpdateRequest();
     inValue.Body     = new CRUD_Dapper2.CRUDService.UpdateRequestBody();
     inValue.Body.obj = obj;
     return(((CRUD_Dapper2.CRUDService.ContatoServiceSoap)(this)).UpdateAsync(inValue));
 }
Exemple #2
0
 public bool Update(CRUD_Dapper2.CRUDService.Contato obj)
 {
     CRUD_Dapper2.CRUDService.UpdateRequest inValue = new CRUD_Dapper2.CRUDService.UpdateRequest();
     inValue.Body     = new CRUD_Dapper2.CRUDService.UpdateRequestBody();
     inValue.Body.obj = obj;
     CRUD_Dapper2.CRUDService.UpdateResponse retVal = ((CRUD_Dapper2.CRUDService.ContatoServiceSoap)(this)).Update(inValue);
     return(retVal.Body.UpdateResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <CRUD_Dapper2.CRUDService.UpdateResponse> CRUD_Dapper2.CRUDService.ContatoServiceSoap.UpdateAsync(CRUD_Dapper2.CRUDService.UpdateRequest request)
 {
     return(base.Channel.UpdateAsync(request));
 }
Exemple #4
0
 CRUD_Dapper2.CRUDService.UpdateResponse CRUD_Dapper2.CRUDService.ContatoServiceSoap.Update(CRUD_Dapper2.CRUDService.UpdateRequest request)
 {
     return(base.Channel.Update(request));
 }