示例#1
0
 public System.Threading.Tasks.Task <Common.Dtoes.CustomerDto> UpdateCustomerAsync(Common.Dtoes.CustomerDto customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
示例#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));
 }