Exemple #1
0
 public async Task <ActionResult> GetAll()
 {
     return(Ok(await _productQueries.GetAllPizzasAsync()));
 }