Exemple #1
0
 public LogsQueryService(IMongoQueryClient <ResourceLogHistoryDocument, Guid> client)
 {
     _client = client;
 }
 public CollectionQueryService(IMongoQueryClient <CollectionDocument, Guid> client)
 {
     _client = client;
 }