Пример #1
0
 public Task <IEnumerable <RentalPrice> > GetAllRentalPrices()
 {
     return(_rentalManager.GetAllRentalPrices());
 }