Beispiel #1
0
 public virtual async Task Update(TItem entity)
 {
     await _collection.Update(entity);
 }