Example #1
0
        public bool IsExistUserPost(string _userID, string _postID)
        {
            OraUserManagerFactroy _of = new OraUserManagerFactroy();

            return(_of.IsExistUserPost(_userID, _postID));
        }