Esempio n. 1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <HypersWebApp.ServiceReference1.CompositeProduct> > FindProductsByStatusAsync(HypersWebApp.ServiceReference1.Product_Status status)
 {
     return(base.Channel.FindProductsByStatusAsync(status));
 }
Esempio n. 2
0
 public System.Collections.Generic.List <HypersWebApp.ServiceReference1.CompositeProduct> FindProductsByStatus(HypersWebApp.ServiceReference1.Product_Status status)
 {
     return(base.Channel.FindProductsByStatus(status));
 }