예제 #1
0
        public ActionResult SortearAmigos(bool testar = true)
        {
            GereSorteioAmigos.SortearAmigosSecretos(db, false);

            return(RedirectToAction("Index"));
        }
예제 #2
0
        public ActionResult TestarSorteio()
        {
            GereSorteioAmigos.SortearAmigosSecretos(db, true);

            return(RedirectToAction("Index"));
        }