Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> AddDamagedProductAsync(TYPPrototype.ProductService.Damaged d)
 {
     return(base.Channel.AddDamagedProductAsync(d));
 }
Ejemplo n.º 2
0
 public string AddDamagedProduct(TYPPrototype.ProductService.Damaged d)
 {
     return(base.Channel.AddDamagedProduct(d));
 }