Exemplo n.º 1
0
        public bool IsRatingDuplicate(string name)
        {
            ChkContext();
            bool b = DALServices.IsRatingDuplicate(context, name);

            ClearContext();
            return(b);
        }