예제 #1
0
 public IEnumerable <Footer> GetAllPaging(int page, int pageSize, out int totalRow)
 {
     return(_footerRepository.GetMultiPaging(null, out totalRow, page, pageSize));
 }