Beispiel #1
0
        public IList <Trunktype> PaginationFindByTypename(TrunktypePagination obj)
        {
            String            stmtId = "TrunktypePagination.FindByTypename";
            IList <Trunktype> result = this.sqlMapper.QueryForList <Trunktype>(stmtId, obj);

            return(result);
        }
Beispiel #2
0
        public IList <Trunktype> DescendOrderPaginationFindAll(TrunktypePagination obj)
        {
            String            stmtId = "Trunktype.DescendOrderFindAllPagination";
            IList <Trunktype> result = this.sqlMapper.QueryForList <Trunktype>(stmtId, obj);

            return(result);
        }