Exemplo n.º 1
0
 public async Task AddAsync(T entity, CancellationToken cancellationToken = default)
 {
     await _dataContext.AddAsync <T>(entity, cancellationToken);
 }