Exemplo n.º 1
0
 public bool UpdateSection(Section section)
 {
     return(_sectionRepository.UpdateSection(section));
 }