Create
Classic create, receives as parameter the type of IEntityDTO.
data: IExampleDTO;
const example = await this.examplesRepository.create(data, trx);
Was this helpful?
Classic create, receives as parameter the type of IEntityDTO.
data: IExampleDTO;
const example = await this.examplesRepository.create(data, trx);
Was this helpful?