Created
October 2, 2019 11:03
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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