Exemplo n.º 1
0
 public async Task <List <Product> > GetAllWithCategoryAsync()
 {
     return(await _productDal.GetAllWithCategoryAsync());
 }