Exemplo n.º 1
0
 public Task Update(TEntity entity)
 {
     return(Task.Run(() => TargetDbSet.Update(entity)));
 }