Ejemplo n.º 1
0
 public Task <IEnumerable <T> > GetRows <T>(DbCommand cmd, Func <IDataReader, T> mapper)
 {
     return(DbTasks.GetRows(cmd, GetConnection(), mapper));
 }