Esempio n. 1
0
 // GET: Brands
 public ActionResult Index()
 {
     return(View(Brands.GetList()));
 }