maar35 / film-festival-planner

Visualise screenings of a film festival, add film ratings, plan automatically, manually maintain attendance and tickets.
0 stars 0 forks source link

Dictionary-like generic TypeByBoolBool #275

Open maar35 opened 2 years ago

maar35 commented 2 years ago

Explanation

Create a generic class based on StringByBoolBool as to replace the Dictionary<Tuple<bool, bool>, TicketsStatus> in ScreeningInfo.

Requirements