giorgos07/Daarto

DapperStoreOptions creates unused SqlServerDbConnectionStore

mcshaz opened this issue · 0 comments

DapperStoreOptions includes an instance of SqlServerDbConnectionStore which is only every used for its GetType() method. It would seem to make more sense to have a property of DapperStoreOptions:

DbConnectionFactoryType = typeof(SqlServerDbConnectionStore),