Пример #1
0
        public GlAccount GetGlAccount(int id)
        {
            var values = _db.GetGlAccount(id);

            return(values);
        }