예제 #1
0
 public IEnumerable <Funcionario> ObterTudo()
 {
     return(_funcionarioRepositorio.ObterTudo());
 }