Пример #1
0
 public async Task <IList <Product> > FindAllProductByProviderAsync(int providerID)
 {
     return(await bl.FindAllProductByProviderAsync(providerID));
 }