MongoRepository(T, TKey).Add Method

MongoRepository

MongoRepositoryT, TKeyAdd Method
Overload List
  Name Description
Public method Add(IEnumerableT)
Adds the new entities in the repository.
Public method Add(T)
Adds the new entity in the repository.
Top
See Also