Exemplo n.º 1
0
 public List <Footer> ListFooter()
 {
     return(_footerAdminRepository.GetListFooter().Where(x => x.status == true).OrderBy(x => x.displayOrder).ToList());
 }
Exemplo n.º 2
0
 public List<Footer> GetListFooter()
 {
      return _footerAdminRepository.GetListFooter();
 }