Beispiel #1
0
        public async Task <int> InsertFileInDb(FluxFile fluxFile, CancellationToken cancellationToken = default)
        {
            await _creRepository.AddAsync(fluxFile, cancellationToken);

            return(await _creRepository.SaveAsync());
        }
 public Task AddAsync(FluxFile fluxFile, CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }