Пример #1
0
 public bool CanRenameSession(string SessionId, int UserId)
 {
     Functions F = new Functions();
     bool response = F.CanRenameSession(SessionId,UserId);
     F.Dispose();
     return response;
 }