Example #1
0
 static BsonDocument ExpertToBson(Expert expert)
 {
     return(expert.ToBsonDocument());
 }