This commit is contained in:
jozsef.b@aycode.com 2024-04-05 16:55:56 +02:00
parent b871cf51df
commit ff57408511
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace TIAMWebApp.Server.Services
var price = GetSeatNumberPrice(in tranferDestinationPrice, seatNumber);
//TODO: ExtraPrice - J.
//TODO: ExtraPrice - J. seatnum percent price, FirstName, LastName, CascadeDelete
//if (baseDestination.Id == fromTransferDestination.Id && )
return price;
}