Ejemplo n.º 1
0
        public ActionResult Affichage(RechercheVM vm)
        {
            string NomCanton     = vm.canton;
            string NomProduit    = vm.produit;
            string NomCategorie  = vm.typeProduit;
            string NomCompetence = vm.competences;
            string NomActivite   = vm.activite;

            List <DTO.User> list = UserManager.GetUsers(NomCanton, NomProduit, NomCategorie, NomCompetence, NomActivite);


            return(View("ListAllRoom", list));
        }
Ejemplo n.º 2
0
        public ActionResult Affichage3()
        {
            RechercheVM vm = new RechercheVM();

            return(View(vm));
        }