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

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