mongodb-generic-repository
mongodb-generic-repository copied to clipboard
Add some native crud using native mongo db operation
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 ?