Example #1
0
        public void Update(Cita objeto)
        {
            var bc = new CitaComponent();

            bc.Update(objeto);
        }