예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
        public bool CanRenameSession(string SessionId, int UserId)
        {
            Functions F = new Functions();
            bool response = F.CanRenameSession(SessionId,UserId);

            return response;
        }