TEs Map(TDb o) { try { return(map(o)); } catch (Exception ex) { log.Warning(ex, "Search - Error when mapping db row: {row}", o); throw; } }
public HandleLostScope(string applicationName, TDb testingDb) { this._applicationName = applicationName; this._db = testingDb; }