Beispiel #1
0
 public IEnumerable <ChatLog> GetAllNotReadedLog()
 {
     return(ChatLogHelper.GetAllNotReadedLog());
 }