Ejemplo n.º 1
0
 public String selectNewMessage(String myID, String otherID, DateTime lastTime)
 {
     DAL.chattingDAO ctd = new DAL.chattingDAO();
     return(ctd.selectNewMessage(myID, otherID, lastTime));
 }