public MigrationsContext(DbContextOptions <MigrationsContext> options) : base(options) { _productMapper = new ProductsMapping(); }
protected MainContext(ISessionManager sessionManager) { _sessionManager = sessionManager; _productMapper = new ProductsMapping(); }