예제 #1
0
 public async Task Add(TEntity entity, CancellationToken cancellationToken)
 {
     await _context.AddAsync(entity, cancellationToken);
 }