예제 #1
0
        public bool KOTotalViewCountrIncrement(int KOId, int UserId)        //am??
        {
            CommonDAL commDAL = new CommonDAL();

            if (commDAL.KOTotalViewCountrIncrement(KOId, UserId))
            {
                return true;
            }
            else
            {
                return false;
            }

        }