Beispiel #1
0
        public IList <Depottype> PaginationFindByActive(DepottypePagination obj)
        {
            String            stmtId = "DepottypePagination.FindByActive";
            IList <Depottype> result = this.sqlMapper.QueryForList <Depottype>(stmtId, obj);

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

            return(result);
        }