Exemplo n.º 1
0
 public void DeleteMessage(int startSession, int endSession)
 {
     persistObj.DeleteSession(startSession, endSession);
 }