Ejemplo n.º 1
0
 public async Task <List <Product> > GetProducts(string searchTerm)
 {
     return(await _searchBL.GetProducts(searchTerm));
 }