Esempio n. 1
0
 public bool CanMoveSession(string SessionId, int UserId)
 {
     Functions F = new Functions();
     bool response = F.CanMoveSession(SessionId,UserId);
     F.Dispose();
     return response;
 }