protected Func <DbDataReader, int, object> Get(Type type) { return(Extractor.Get(type)); }
public Dao(DbConnection connection, Extractor extractor) { Connection = connection; Extractor = extractor; Map = GetMap(); }