Ejemplo n.º 1
0
        public DataTable LoadYrCode(int Ind)
        {
            DataTable dtfinancialYr = dllogin.LoadYrCode(Ind);

            return(dtfinancialYr);
        }