Esempio n. 1
0
 public bool HasActiveChats()
 {
     return(Chats.Any(c => !c.IsClosed));
 }