예제 #1
0
 public Funcionario Obter(int id)
 {
     return(_funcionarioRepositorio.Obter(id));
 }