Ejemplo n.º 1
0
 public static IEnumerable <T> GetPageAutoMap <T>(this IDbConnection connection, object predicate, IList <ISort> sort, int page, int resultsPerPage, IDbTransaction transaction = null, int?commandTimeout = null, bool buffered = false) where T : class
 {
     return(Instance.GetPageAutoMap <T>(connection, predicate, sort, page, resultsPerPage, transaction, commandTimeout, buffered));
 }