public void RefreshContext() { _context = new BccDataContext(_connection); }
public ServiceContractor(DbConnection connection) { _connection = connection; _context = new BccDataContext(connection); }