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

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