Exemplo n.º 1
0
        public override async Task InsertAsync(Page entity, CancellationToken cancellationToken = default)
        {
            entity.Slug = await _slugService.NormalarAsync(entity.Slug);

            await base.InsertAsync(entity, cancellationToken);
        }