Esempio n. 1
0
        public DAL.Type GetTypeByID(int id)

        {
            var type = repo.GetTypeByID(id);

            return(type);
        }