Example #1
0
 // GET: Agendamento
 public ActionResult Index()
 {
     ViewBag.Data = DateTime.Now;
     return(View(AgendamentoDAO.ListarAgendamentos()));
 }