예제 #1
0
 public Task <Rental> UpdateRentalRating(Guid id)
 {
     return(_rentalManager.UpdateRentalRating(id));
 }