Exemplo n.º 1
0
 public virtual async Task Update(T item)
 {
     await _repository.UpdateItem(item, User.Identity.Name);
 }