fix: comment fix
This commit is contained in:
parent
1ebd29a56d
commit
88be40d4f8
@ -200,7 +200,7 @@ public class IndexModel : PageModel
|
||||
return remainingCapacity;
|
||||
}
|
||||
|
||||
// Returns false is place is available otherwise returns false
|
||||
// Returns true if place is available otherwise returns false.
|
||||
public bool IsTakenPlace(Route route, int place)
|
||||
{
|
||||
foreach (var ticket in route.Tickets!.Where(t => t.PassengerPlace == place))
|
||||
|
Loading…
Reference in New Issue
Block a user