Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> UpdateOneAsync(App.ColOperacionService.ColOperacion one, int idStatus)
 {
     return(base.Channel.UpdateOneAsync(one, idStatus));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <string> SetOneAsync(App.ColOperacionService.ColOperacion one, System.Collections.Generic.List <App.ColOperacionService.ColMovimiento> detail)
 {
     return(base.Channel.SetOneAsync(one, detail));
 }
Exemplo n.º 3
0
 public string UpdateOne(App.ColOperacionService.ColOperacion one, int idStatus)
 {
     return(base.Channel.UpdateOne(one, idStatus));
 }
Exemplo n.º 4
0
 public string SetOne(App.ColOperacionService.ColOperacion one, System.Collections.Generic.List <App.ColOperacionService.ColMovimiento> detail)
 {
     return(base.Channel.SetOne(one, detail));
 }