|  | @@ -1,7 +1,7 @@
 | 
		
	
		
			
			| 1 | 1 |  {
 | 
		
	
		
			
			| 2 |  | -    "castFileRelativePath": "../../Test/Utils/DataAccess/code-from-ds/types-cast.json",
 | 
		
	
		
			
			| 3 |  | -    "dataSourceRelativePath": "../../Test/Utils/DataAccess/LuUtilsDbContext.cs",
 | 
		
	
		
			
			| 4 |  | -    "modelsRelativePath": "../../Test/Utils/DataAccess/Models",
 | 
		
	
		
			
			|  | 2 | +    "castFileRelativePath": "Test/Utils/DataAccess/code-from-ds/types-cast.json",
 | 
		
	
		
			
			|  | 3 | +    "dataSourceRelativePath": "Test/Utils/DataAccess/LuUtilsDbContext.cs",
 | 
		
	
		
			
			|  | 4 | +    "modelsRelativePath": "Test/Utils/DataAccess/Models",
 | 
		
	
		
			
			| 5 | 5 |      "selection": {
 | 
		
	
		
			
			| 6 | 6 |          "tables": [
 | 
		
	
		
			
			| 7 | 7 |              {
 | 
		
	
	
		
			
			|  | @@ -78,7 +78,7 @@
 | 
		
	
		
			
			| 78 | 78 |          ],
 | 
		
	
		
			
			| 79 | 79 |          "source": "luticate2_utils"
 | 
		
	
		
			
			| 80 | 80 |      },
 | 
		
	
		
			
			| 81 |  | -    "dataSourceTemplateRelativePath": "../../Test/Utils/DataAccess/code-from-ds/DataSource.twig",
 | 
		
	
		
			
			|  | 81 | +    "dataSourceTemplateRelativePath": "Test/Utils/DataAccess/code-from-ds/DataSource.twig",
 | 
		
	
		
			
			| 82 | 82 |      "filesExtension": "cs",
 | 
		
	
		
			
			| 83 |  | -    "modelsTemplateRelativePath": "../../Test/Utils/DataAccess/code-from-ds/Models.twig"
 | 
		
	
		
			
			|  | 83 | +    "modelsTemplateRelativePath": "Test/Utils/DataAccess/code-from-ds/Models.twig"
 | 
		
	
		
			
			| 84 | 84 |  }
 |