예제 #1
0
 public void LogOut()
 {
     profileDAO.DeleteAll();
     contactDAO.DeleteAll();
     chatDAO.DeleteAll();
     messageDAO.DeleteAll();
 }