Esempio n. 1
0
 public IActionResult GetAllStocks()
 {
     return(Ok(stockManager.GetAllProductsWithStocks()));
 }