Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Common.Dtoes.LineDto> UpdateLineAsync(int lineId, Common.Dtoes.LineDto line)
 {
     return(base.Channel.UpdateLineAsync(lineId, line));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddFullLineAsync(Common.Dtoes.LineDto line, Common.Dtoes.PackageIncludeDto packageInclude, Common.Dtoes.SelectedNumberDto selectedNumber, Common.Dtoes.CustomerDto customer)
 {
     return(base.Channel.AddFullLineAsync(line, packageInclude, selectedNumber, customer));
 }