I am trying to design an application which has have two work features, 1. Job Work 2. Incident Work.
Further more, Job work is divided in 5 different processor (JobWork1 to JobWork5) based on Job Type and Incident Work is divided into 7 different processor (IncidentWork 1 to IncidentWork7) based on Incident type.
Please help me to understand how can I combine two strategy here.