예제 #1
0
        public List <Precio> ListarTodos()
        {
            var bc = new PrecioComponent();

            return(bc.ListarTodos());
        }
예제 #2
0
        public List <Precio> ListarTodos()
        {
            PrecioComponent PrecioComponent = new PrecioComponent();

            return(PrecioComponent.ListarTodos());
        }