public async Task AddAsync(Tree tree, CancellationToken cancellationToken = default) { await _treesContext.AddAsync(tree, cancellationToken); }
public async Task AddAsync(UserProfile userProfile, CancellationToken cancellationToken = default) { await _dbContext.AddAsync(userProfile, cancellationToken); }