IRepository(T, TKey).Add Method

MongoRepository

IRepositoryT, 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