Exemplo n.º 1
0
        public IEnumerable <GlAccount> GetAllGlAccounts()
        {
            var value = _db.GetAllGlAccountsWithBranch();

            return(value);
        }