Exemplo n.º 1
0
        internal hr_specializations GetSpec(int id)
        {
            var res = new hr_specializations();

            res = db.GetSpec(id);
            return(res);
        }