Exemple #1
0
 public TDocument FetchDBRefAs <TDocument>(MongoDBRef dbRef)
 {
     return(_mongoServer.FetchDBRefAs <TDocument>(dbRef));
 }