Open maar35 opened 2 years ago
Create a generic class based on StringByBoolBool as to replace the Dictionary<Tuple<bool, bool>, TicketsStatus> in ScreeningInfo.
StringByBoolBool
Dictionary<Tuple<bool, bool>, TicketsStatus>
ScreeningInfo
Explanation
Create a generic class based on
StringByBoolBool
as to replace theDictionary<Tuple<bool, bool>, TicketsStatus>
inScreeningInfo
.Requirements