Exemplo n.º 1
0
 public bool DeleteSection(string sectionCode, OrganizationalLevel orglevel)
 {
     return(_sectionRepository.DeleteSection(sectionCode, orglevel));
 }