Esempio n. 1
0
 public List <NGroup> GetGroupChat(string tid)
 {
     return(db.NGetGroupChat(tid).ToList());
 }