Exemplo n.º 1
0
 public List <Employees> retornaEmployees(int tipoOrdenacao)
 {
     return(employeesDAO.BuscarFuncionarios(tipoOrdenacao));
 }