Is there anyway I can load the data to the in-memory instead of using.csv files in effort for unit-testing?...Scenario:
I want to load the data to the in-memory to use the Effort framework which creates the fake dbcontext and performs the operation. Inste...