Exemplo n.º 1
0
        public ActionResult _ChoferList(int number = 0)
        {
            List <Chofer> choferes = AdminChofer.GetChoferes();

            return(PartialView("_ChoferList", choferes));
        }
Exemplo n.º 2
0
        public ActionResult _ChoferDropdown()
        {
            List <Chofer> choferes = AdminChofer.GetChoferes();

            return(PartialView("_ChoferList", choferes));
        }
Exemplo n.º 3
0
        // GET: Chofer
        public ActionResult Index()
        {
            List <Chofer> choferes = AdminChofer.GetChoferes();

            return(View(choferes));
        }