Create

Classic create, receives as parameter the type of IEntityDTO.

data: IExampleDTO;

const example = await this.examplesRepository.create(data, trx);