MongoRepository(T, TKey).Add Method
From MongoRepository
MongoRepository documentation
| MongoRepositoryT, TKeyAdd Method |
| Name | Description | |
|---|---|---|
|
|
Add(IEnumerableT) |
Adds the new entities in the repository.
|
|
|
Add(T) |
Adds the new entity in the repository.
|