Example #1
0
 public BookListCombinedDto(string traceIdentifier,
                            SortFilterPageOptions sortFilterPageData, IEnumerable <BookListDto> booksList)
     : base(traceIdentifier)
 {
     SortFilterPageData = sortFilterPageData;
     BooksList          = booksList;
 }
Example #2
0
 public BookListCombinedDto(SortFilterPageOptions sortFilterPageData, IEnumerable <BookListDto> booksList)
 {
     SortFilterPageData = sortFilterPageData;
     BooksList          = booksList;
 }