alexandre-spieser / mongodb-generic-repository

An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
MIT License
315 stars 87 forks source link

Add some native crud using native mongo db operation #44

Open khanhna opened 2 years ago

khanhna commented 2 years ago

I was not touch the update part yet because we make use of native mongodb operation already, but lacking of UpdateOptions.

I was planning to mark them as obsolete so we can drop them later, and copy all of current operation to new method that include UpdateOptions.

Was that fine ?