Example #1
0
 public string salvarEmpresa()
 {
     _contexto.Salvar(this);
     return("Empresa Salva");
 }