Beispiel #1
0
 public async Task UpdateAsync([FromBody] Rental rental)
 {
     await _rentalsRepository.UpdateAsync(rental);
 }