Exemplo n.º 1
0
 public IActionResult Products(int id)
 {
     return(View(DataBaseTools.GetAllProducts(id)));
 }