Exemplo n.º 1
0
        public ActionResult SortearAmigos(bool testar = true)
        {
            GereSorteioAmigos.SortearAmigosSecretos(db, false);

            return(RedirectToAction("Index"));
        }
Exemplo n.º 2
0
        public ActionResult TestarSorteio()
        {
            GereSorteioAmigos.SortearAmigosSecretos(db, true);

            return(RedirectToAction("Index"));
        }