Exemplo n.º 1
0
  public CadSetor CadSetorIncluir(CadSetor obj) {

    CadSetor CadSetor = cs.incluir(obj);

    return CadSetor;
  }
Exemplo n.º 2
0
 public CadSetor incluir(CadSetor obj) {
   obj.setId_setor(null);
   CadSetorDAO.getInstance().saveInsert(obj);
   return obj;
 }