Create
Criação clássica, recebe como parâmetro o tipo de IEntidadeDTO.
data: IExampleDTO;
const example = await this.examplesRepository.create(data, trx);
Was this helpful?
Criação clássica, recebe como parâmetro o tipo de IEntidadeDTO.
data: IExampleDTO;
const example = await this.examplesRepository.create(data, trx);
Was this helpful?