コード例 #1
0
 public async Task AddAsync(Tree tree, CancellationToken cancellationToken = default)
 {
     await _treesContext.AddAsync(tree, cancellationToken);
 }
コード例 #2
0
 public async Task AddAsync(UserProfile userProfile, CancellationToken cancellationToken = default)
 {
     await _dbContext.AddAsync(userProfile, cancellationToken);
 }