ubeac / ubeac-api

Source of uBeac .NET Core packages
3 stars 2 forks source link

Fix Issues #87

Closed ilhesam closed 2 years ago

ilhesam commented 2 years ago
  1. Register Application Context as a Scoped Service instead of Singleton Service
  2. Refactor Constructor of Mongo Application Context Repository ( Remove Application Context from Class )
  3. Implement Application Context BSON Serializer
  4. Implement Global Application Context ( Static Class ) for Store Type of Application Context
  5. Add Context to Add To History Methods