Ejemplo n.º 1
0
 // GET: Admin/Brand
 public ActionResult Index()
 {
     return(View(brandDAL.GetAll()));
 }