Esempio n. 1
0
 public StoreResult <T> AddMany <T>(IEnumerable <T> objects, IMongoDBStateContext stateContext = null) where T : class
 {
     return(context.InsertMany(objects, stateContext));
 }