예제 #1
0
        public Precio BuscarPorId(int id)
        {
            var bc = new PrecioComponent();

            return(bc.BuscarPorId(id));
        }