Ejemplo n.º 1
0
 public virtual PagedList <T> GetPagedList(IPaging pageInput, string where = null)
 {
     return(DbDapper.GetPagedList <T>(pageInput, where, DbConnection, DbTransaction));
 }