Beispiel #1
0
 public System.Threading.Tasks.Task <string> NullOneAsync(App.InvOperacionService.InvOperacion one, System.Collections.Generic.List <App.InvOperacionService.InvMovimiento> detail)
 {
     return(base.Channel.NullOneAsync(one, detail));
 }
Beispiel #2
0
 public string NullOne(App.InvOperacionService.InvOperacion one, System.Collections.Generic.List <App.InvOperacionService.InvMovimiento> detail)
 {
     return(base.Channel.NullOne(one, detail));
 }