Beispiel #1
0
 public virtual void Insert(List <T> entities)
 {
     MongoEntity.InsertBatch <T>(entities);
 }