diff --git a/.gitignore b/.gitignore index a345d95..a0d75ce 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ project.fragment.lock.json *.pdb *.pch *.tmp +/DaSaSo.InMemoryProvider/obj/Debug/* diff --git a/DaSaSo.ConsoleApp/Program.cs b/DaSaSo.ConsoleApp/Program.cs index 8fde8c9..378e6fa 100644 --- a/DaSaSo.ConsoleApp/Program.cs +++ b/DaSaSo.ConsoleApp/Program.cs @@ -1,7 +1,7 @@ // See https://aka.ms/new-console-template for more information using DaSaSo.Domain.Model; -using DaSaSo.Domain.Service; +using DaSaSo.Domain.Services; using DaSaSo.EntityFramework; using DaSaSo.EntityFramework.Services; using System.Diagnostics; diff --git a/DaSaSo.InMemoryProvider/obj/Debug/net6.0/DaSaSo.InMemoryProvider.csproj.AssemblyReference.cache b/DaSaSo.InMemoryProvider/obj/Debug/net6.0/DaSaSo.InMemoryProvider.csproj.AssemblyReference.cache index 12c216e..fe6f223 100644 Binary files a/DaSaSo.InMemoryProvider/obj/Debug/net6.0/DaSaSo.InMemoryProvider.csproj.AssemblyReference.cache and b/DaSaSo.InMemoryProvider/obj/Debug/net6.0/DaSaSo.InMemoryProvider.csproj.AssemblyReference.cache differ