Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdatePackageAsync(Cell.Models.Entities.Package package)
 {
     return(base.Channel.UpdatePackageAsync(package));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Cell.Models.Entities.Package> AddPackageAsync(Cell.Models.Entities.Package package)
 {
     return(base.Channel.AddPackageAsync(package));
 }
Exemplo n.º 3
0
 public bool UpdatePackage(Cell.Models.Entities.Package package)
 {
     return(base.Channel.UpdatePackage(package));
 }
Exemplo n.º 4
0
 public Cell.Models.Entities.Package AddPackage(Cell.Models.Entities.Package package)
 {
     return(base.Channel.AddPackage(package));
 }