Example #1
0
 public List <FooterDTO> Get()
 {
     return(footerRepository.GetAll());
 }