Exemplo n.º 1
0
 public List <Setor> ObterSetoresRegistrador(int funcionarioId)
 {
     return(_busFuncionario.ObterSetoresRegistrador(funcionarioId));
 }