You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to figure out the best way to allow passing in the DbContext. For RepositoryFactory we could allow some meta-data to be passed in that is used by the approprate specific factory if it matches what it is looking for. Or we could create a way in the config file to tell us what Ioc container to use to create the DbContext object. Then it could be handled there.