示例#1
0
        public List <Precio> Read()
        {
            var bc = new PrecioComponent();

            return(bc.Read());
        }