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)); }
public string NullOne(App.InvOperacionService.InvOperacion one, System.Collections.Generic.List <App.InvOperacionService.InvMovimiento> detail) { return(base.Channel.NullOne(one, detail)); }