Пример #1
0
        private GLAccount objCreateGLAccount(DataRow dr)
        {
            GLAccount tGLAccount = new GLAccount();

            tGLAccount.SetObjectInfo(dr);

            return(tGLAccount);
        }