Exemplo n.º 1
0
        public ActionResult Cita()
        {
            var _cita = CitasBLL.ListCita();

            return(View(_cita));
        }