Exemplo n.º 1
0
 public Empresa ObterPorId(int id)
 {
     return(_repositorioEmpresa.GetById(id));
 }