From 9743ff37408bc040f66f7435db0bd4c282b0ca1d Mon Sep 17 00:00:00 2001 From: CodeLiturgy Date: Mon, 5 Sep 2022 02:16:32 +0100 Subject: [PATCH] Post-refactor --- .../{Sources => }/EfMethods/EfAddMethodsAttributeSource.cs | 0 .../{Sources => }/EfMethods/EfGeneratorAttributeSource.cs | 0 src/BlueWest.MapTo/{Sources => }/EfMethods/EfGeneratorContext.cs | 0 .../{Sources => }/EfMethods/EfGetOneByAttributeSource.cs | 0 src/BlueWest.MapTo/{Sources => }/EfMethods/EfMethodsGenerator.cs | 0 src/BlueWest.MapTo/{Sources => }/EfMethods/EfMethodsSource.cs | 0 .../{Sources => }/EfMethods/EfUpdateMethodsAttributeSource.cs | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfAddMethodsAttributeSource.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfGeneratorAttributeSource.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfGeneratorContext.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfGetOneByAttributeSource.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfMethodsGenerator.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfMethodsSource.cs (100%) rename src/BlueWest.MapTo/{Sources => }/EfMethods/EfUpdateMethodsAttributeSource.cs (100%) diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfAddMethodsAttributeSource.cs b/src/BlueWest.MapTo/EfMethods/EfAddMethodsAttributeSource.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfAddMethodsAttributeSource.cs rename to src/BlueWest.MapTo/EfMethods/EfAddMethodsAttributeSource.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfGeneratorAttributeSource.cs b/src/BlueWest.MapTo/EfMethods/EfGeneratorAttributeSource.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfGeneratorAttributeSource.cs rename to src/BlueWest.MapTo/EfMethods/EfGeneratorAttributeSource.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfGeneratorContext.cs b/src/BlueWest.MapTo/EfMethods/EfGeneratorContext.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfGeneratorContext.cs rename to src/BlueWest.MapTo/EfMethods/EfGeneratorContext.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfGetOneByAttributeSource.cs b/src/BlueWest.MapTo/EfMethods/EfGetOneByAttributeSource.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfGetOneByAttributeSource.cs rename to src/BlueWest.MapTo/EfMethods/EfGetOneByAttributeSource.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfMethodsGenerator.cs b/src/BlueWest.MapTo/EfMethods/EfMethodsGenerator.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfMethodsGenerator.cs rename to src/BlueWest.MapTo/EfMethods/EfMethodsGenerator.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfMethodsSource.cs b/src/BlueWest.MapTo/EfMethods/EfMethodsSource.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfMethodsSource.cs rename to src/BlueWest.MapTo/EfMethods/EfMethodsSource.cs diff --git a/src/BlueWest.MapTo/Sources/EfMethods/EfUpdateMethodsAttributeSource.cs b/src/BlueWest.MapTo/EfMethods/EfUpdateMethodsAttributeSource.cs similarity index 100% rename from src/BlueWest.MapTo/Sources/EfMethods/EfUpdateMethodsAttributeSource.cs rename to src/BlueWest.MapTo/EfMethods/EfUpdateMethodsAttributeSource.cs