Пример #1
0
        public UserTypeModel GetUserTypeById(int id)
        {
            try
            {
                return(objroledal.GetUserTypeById(id));
            }
            catch (Exception)
            {
                return(null);

                throw;
            }
        }