Exemplo n.º 1
0
 public void testClear()
 {
     using (var mongo = new MongoDBHelper <MyDataInfo>()) {
         mongo.Clear();
     }
 }