Exemplo n.º 1
0
 public List <Section> GetSectionsByCompany(string companyCode)
 {
     return(_sectionRepository.GetSectionsByCompany(companyCode));
 }