Example #1
0
        public Precio GetByID(int ID)
        {
            PrecioComponent PrecioComponent = new PrecioComponent();

            return(PrecioComponent.GetByID(ID));
        }