A link to the department to which the table belongs has been added to the ITable interface
To the interface ITable
added a property RestaurantSection
, that returns a link to the restaurant branch.
Previously, in order to find the branch of the restaurant to which the table belongs, it was necessary to request all branches using the method GetTerminalsGroupRestaurantSections
and, by going through the tables in each department, find the desired one.