Exemple #1
0
 public List <FuncionarioVD> CarregarListaFuncionarios()
 {
     return(_repository.CarregarListaFuncionarios());
 }