public IList <Rightgroup> PaginationFindByActive(RightgroupPagination obj) { String stmtId = "RightgroupPagination.FindByActive"; IList <Rightgroup> result = this.sqlMapper.QueryForList <Rightgroup>(stmtId, obj); return(result); }
public IList <Rightgroup> DescendOrderPaginationFindAll(RightgroupPagination obj) { String stmtId = "Rightgroup.DescendOrderFindAllPagination"; IList <Rightgroup> result = this.sqlMapper.QueryForList <Rightgroup>(stmtId, obj); return(result); }