Ejemplo n.º 1
0
        public ActionResult Index(string SearchModuleDescription)
        {
            var moduleModel = new ModuleModel();
            var moduleList  = moduleModel.GetListOfModules(true, false, SearchModuleDescription);

            return(View(moduleList));
        }