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