GetAllDbContexts() public method

Returns all the values of the internal dictionary of db contexts.
public GetAllDbContexts ( ) : IEnumerable
return IEnumerable
        public IEnumerable <DbContext> GetAllDbContexts()
        {
            SimpleDbContextStorage storage = GetSimpleDbContextStorage();

            return(storage.GetAllDbContexts());
        }