Ejemplo n.º 1
0
 public Footer GetFooter()
 {
     return(_footerRepository.GetSingle(x => x.ID == CommonConstants.DefaultFooterId));
 }