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