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