Example #1
0
        public Cita ReadBy(int id)
        {
            var bc = new CitaComponent();

            return(bc.ReadBy(id));
        }