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

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