Ejemplo n.º 1
0
        public List <Cita> Read()
        {
            var bc = new CitaComponent();

            return(bc.Read());
        }