Exemplo n.º 1
0
 public string IsExistOrInsert(Section section)
 {
     return(sectionRepository.IsExistOrInsert(section));
 }