Skip to content

Instantly share code, notes, and snippets.

@Alecu100
Created October 2, 2019 11:03
//common variables used accross all functionalities
var persons = personsRepo.GetPersons(filterParameters);
var cases = casesRepo.GetCases();
//here goes functionality block1 for first functionality should be bellow
//it uses the same variables declared and populated above as the functionality bellow
//here goes functionality block2 for the second functionality which also uses the variables declared above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment