Esempio n. 1
0
        public bool GetAllGraphicOne(string media_Id)
        {
            int count = _set.GetAllGraphicOne(media_Id);

            return(count > 0);
        }