Ejemplo n.º 1
0
        // GET: Retards/Top100/id
        public ActionResult Filtre(string titre)
        {
            ListRetardVM lrvm = new ListRetardVM(titre);

            return(View(lrvm));
        }
Ejemplo n.º 2
0
        public ActionResult Index()
        {
            ListRetardVM lrvm = new ListRetardVM();

            return(View(lrvm));
        }