ubeac / ubeac-api

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

MongoDB serializer is always set based on the first instantiated repository #147

Open mhmdtaherian opened 2 years ago

mhmdtaherian commented 2 years ago

If we have 2 repositories with different MongoDB Serializations, the application will use the serializer that is used in the first instantiated repository and will use it for the rest of the repositories even if it has a different serializer.