Esempio n. 1
0
        internal tt_projects GetProject(int id)
        {
            var res = db.GetProject(id);

            return(res);
        }