Beispiel #1
0
 public ReportManager(ChatDatabase chatDatabase)
 {
     _chatCollection = chatDatabase.LoadChats();
 }