public ContextFactory() { _context = new SismonrioContext(); }
public void SetInMemoryDbContext(DbConnection connection) { _context = new SismonrioContext(connection); }