Exemplo n.º 1
0
 public async Task <ActionResult <List <Product> > > GetTypes()
 {
     return(Ok(await _productTypes.ListAllAsync()));
 }
Exemplo n.º 2
0
 public async Task <ActionResult <List <ProductBrand> > > GetBrand()
 {
     return(Ok(await _productBrand.ListAllAsync()));
 }