Exemplo n.º 1
0
 public async Task PutAsync([FromBody] Transaction entity)
 {
     await _repository.UpdateTransaction(entity);
 }