build
This commit is contained in:
parent
2cf1dfe75d
commit
aac9eb143b
8 changed files with 18 additions and 1 deletions
|
|
@ -65,6 +65,11 @@ class ClassPilaoEnviar {
|
|||
return this
|
||||
}
|
||||
|
||||
adicionarCodigoParaDeletar(...codigos: string[]) {
|
||||
this.__codigosParaDeletar.push(...codigos)
|
||||
return this
|
||||
}
|
||||
|
||||
async __salvar_enviar_registros(): Promise<tipoResposta<true>> {
|
||||
const registros = this.__registrosParaEnvio
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue