Exemplo n.º 1
0
 public async Task <List <ProductItem> > GetAllProductItemAsync()
 {
     return(await _productItemRepository.GetAllProductItemsAsync());
 }