Exemplo n.º 1
0
        internal List <hr_specializations> GetSpecs()
        {
            var res = new List <hr_specializations>();

            res = db.GetSpecs();
            return(res);
        }