MongoServices 0.2.0
A Service/Repository Framework for mongoDB
MongoServices.IReadWriteService< T > Member List
This is the complete list of members for MongoServices.IReadWriteService< T >, including all inherited members.
DeleteById(ObjectId id)MongoServices.IReadWriteService< T >
GetAll()MongoServices.IReadOnlyService< T >
GetById(ObjectId id)MongoServices.IReadOnlyService< T >
Save(T model)MongoServices.IReadWriteService< T >
Save(IEnumerable< T > models)MongoServices.IReadWriteService< T >
 All Classes Namespaces Files Functions Enumerations Properties