예제 #1
0
        public void Update(Precio objeto)
        {
            var bc = new PrecioComponent();

            bc.Update(objeto);
        }