Exemplo n.º 1
0
 public Profissao ObterPorId(int Id)
 {
     return(_IProfissao.ObterPorId(Id));
 }
Exemplo n.º 2
0
 public Profissao ObterPorId(int id)
 {
     return(_repository.ObterPorId(id));
 }