コード例 #1
0
        public DataTable ListarTalonarios(string strTipo, string strOrden)
        {
            FacturacionDA da = new FacturacionDA();

            //FacturacionDA da = new FacturacionDA();
            //da.Server = "ServidorPrem_Banco";
            //da.Database = "BDPrem_Banco";
            return(da.ListarTalonarios(strTipo, strOrden));
        }