Exemple #1
0
 public async Task UpdateAsync(TEntity entity)
 {
     await _genericRepository.UpdateAsync(entity);
 }