├── LICENSE ├── Microtransection ├── .vscode │ ├── launch.json │ └── tasks.json ├── Controllers │ └── UserController.cs ├── DB │ ├── DenoContext.cs │ ├── Products.cs │ ├── UserDetails.cs │ └── Users.cs ├── Microtransection.csproj ├── Models │ └── UserShop.cs ├── Program.cs ├── Properties │ └── launchSettings.json ├── Services │ ├── IUserService.cs │ └── UserService.cs ├── Startup.cs ├── appsettings.Development.json ├── appsettings.json ├── bin │ └── Debug │ │ └── netcoreapp3.1 │ │ ├── Microsoft.AspNetCore.Razor.Language.dll │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ ├── Microsoft.Bcl.HashCode.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.dll │ │ ├── Microsoft.CodeAnalysis.Razor.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.dll │ │ ├── Microsoft.CodeAnalysis.dll │ │ ├── Microsoft.Data.SqlClient.dll │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll │ │ ├── Microsoft.EntityFrameworkCore.Design.dll │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll │ │ ├── Microsoft.EntityFrameworkCore.dll │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll │ │ ├── Microsoft.Extensions.Caching.Memory.dll │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll │ │ ├── Microsoft.Extensions.Configuration.Binder.dll │ │ ├── Microsoft.Extensions.Configuration.dll │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll │ │ ├── Microsoft.Extensions.DependencyInjection.dll │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll │ │ ├── Microsoft.Extensions.Logging.dll │ │ ├── Microsoft.Extensions.Options.dll │ │ ├── Microsoft.Extensions.Primitives.dll │ │ ├── Microsoft.Identity.Client.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.dll │ │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── NuGet.Frameworks.dll │ │ ├── Properties │ │ └── launchSettings.json │ │ ├── RabbitMQ.Client.dll │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Composition.AttributedModel.dll │ │ ├── System.Composition.Convention.dll │ │ ├── System.Composition.Hosting.dll │ │ ├── System.Composition.Runtime.dll │ │ ├── System.Composition.TypedParts.dll │ │ ├── System.Configuration.ConfigurationManager.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Runtime.Caching.dll │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ ├── System.Threading.Channels.dll │ │ ├── appsettings.Development.json │ │ ├── appsettings.json │ │ ├── cs │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── de │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── dotnet-aspnet-codegenerator-design.dll │ │ ├── es │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── fr │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── it │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── ja │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── ko │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── microtransection.deps.json │ │ ├── microtransection.dll │ │ ├── microtransection.pdb │ │ ├── microtransection.runtimeconfig.dev.json │ │ ├── microtransection.runtimeconfig.json │ │ ├── pl │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── pt-BR │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── ru │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── runtimes │ │ ├── unix │ │ │ └── lib │ │ │ │ ├── netcoreapp2.0 │ │ │ │ └── System.Runtime.Caching.dll │ │ │ │ └── netcoreapp2.1 │ │ │ │ └── Microsoft.Data.SqlClient.dll │ │ ├── win-arm64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x86 │ │ │ └── native │ │ │ │ └── sni.dll │ │ └── win │ │ │ └── lib │ │ │ ├── netcoreapp2.0 │ │ │ └── System.Runtime.Caching.dll │ │ │ ├── netcoreapp2.1 │ │ │ └── Microsoft.Data.SqlClient.dll │ │ │ └── netstandard2.0 │ │ │ └── System.Security.Cryptography.ProtectedData.dll │ │ ├── tr │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ ├── zh-Hans │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll │ │ └── zh-Hant │ │ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.resources.dll │ │ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll │ │ └── Microsoft.CodeAnalysis.resources.dll └── obj │ ├── Debug │ └── netcoreapp3.1 │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs │ │ ├── Microtransection.csprojAssemblyReference.cache │ │ ├── microtransection.AssemblyInfo.cs │ │ ├── microtransection.AssemblyInfoInputs.cache │ │ ├── microtransection.MvcApplicationPartsAssemblyInfo.cache │ │ ├── microtransection.RazorTargetAssemblyInfo.cache │ │ ├── microtransection.assets.cache │ │ ├── microtransection.csproj.CopyComplete │ │ ├── microtransection.csproj.CoreCompileInputs.cache │ │ ├── microtransection.csproj.FileListAbsolute.txt │ │ ├── microtransection.dll │ │ ├── microtransection.genruntimeconfig.cache │ │ ├── microtransection.pdb │ │ ├── project.razor.json │ │ └── staticwebassets │ │ ├── microtransection.StaticWebAssets.Manifest.cache │ │ └── microtransection.StaticWebAssets.xml │ ├── Microtransection.csproj.nuget.dgspec.json │ ├── microtransection.csproj.EntityFrameworkCore.targets │ ├── microtransection.csproj.nuget.g.props │ ├── microtransection.csproj.nuget.g.targets │ ├── project.assets.json │ └── project.nuget.cache ├── productConsumer ├── .vscode │ ├── launch.json │ └── tasks.json ├── DB │ ├── DenoContext.cs │ ├── Products.cs │ ├── UserDetails.cs │ └── Users.cs ├── Models │ ├── ProductConsumer.cs │ ├── TransactionHistory.cs │ └── UserDetailQueue.cs ├── Program.cs ├── bin │ └── Debug │ │ └── netcoreapp3.1 │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ ├── Microsoft.Bcl.HashCode.dll │ │ ├── Microsoft.Data.SqlClient.dll │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll │ │ ├── Microsoft.EntityFrameworkCore.Design.dll │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll │ │ ├── Microsoft.EntityFrameworkCore.dll │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll │ │ ├── Microsoft.Extensions.Caching.Memory.dll │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll │ │ ├── Microsoft.Extensions.Configuration.Binder.dll │ │ ├── Microsoft.Extensions.Configuration.dll │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll │ │ ├── Microsoft.Extensions.DependencyInjection.dll │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll │ │ ├── Microsoft.Extensions.Logging.dll │ │ ├── Microsoft.Extensions.Options.dll │ │ ├── Microsoft.Extensions.Primitives.dll │ │ ├── Microsoft.Identity.Client.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── RabbitMQ.Client.dll │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Configuration.ConfigurationManager.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Runtime.Caching.dll │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ ├── System.Security.Permissions.dll │ │ ├── System.Threading.Channels.dll │ │ ├── productConsumer.deps.json │ │ ├── productConsumer.dll │ │ ├── productConsumer.pdb │ │ ├── productConsumer.runtimeconfig.dev.json │ │ ├── productConsumer.runtimeconfig.json │ │ ├── runtimes │ │ ├── unix │ │ │ └── lib │ │ │ │ ├── netcoreapp2.0 │ │ │ │ └── System.Runtime.Caching.dll │ │ │ │ └── netcoreapp2.1 │ │ │ │ └── Microsoft.Data.SqlClient.dll │ │ ├── win-arm64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x86 │ │ │ └── native │ │ │ │ └── sni.dll │ │ └── win │ │ │ └── lib │ │ │ ├── netcoreapp2.0 │ │ │ └── System.Runtime.Caching.dll │ │ │ ├── netcoreapp2.1 │ │ │ └── Microsoft.Data.SqlClient.dll │ │ │ └── netstandard2.0 │ │ │ └── System.Security.Cryptography.ProtectedData.dll │ │ ├── userConsumer.deps.json │ │ ├── userConsumer.dll │ │ ├── userConsumer.pdb │ │ ├── userConsumer.runtimeconfig.dev.json │ │ └── userConsumer.runtimeconfig.json ├── obj │ ├── Debug │ │ └── netcoreapp3.1 │ │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs │ │ │ ├── productConsumer.AssemblyInfo.cs │ │ │ ├── productConsumer.AssemblyInfoInputs.cache │ │ │ ├── productConsumer.assets.cache │ │ │ ├── productConsumer.csproj.CopyComplete │ │ │ ├── productConsumer.csproj.CoreCompileInputs.cache │ │ │ ├── productConsumer.csproj.FileListAbsolute.txt │ │ │ ├── productConsumer.csprojAssemblyReference.cache │ │ │ ├── productConsumer.dll │ │ │ ├── productConsumer.genruntimeconfig.cache │ │ │ ├── productConsumer.pdb │ │ │ ├── userConsumer.AssemblyInfo.cs │ │ │ ├── userConsumer.AssemblyInfoInputs.cache │ │ │ ├── userConsumer.assets.cache │ │ │ ├── userConsumer.csproj.CopyComplete │ │ │ ├── userConsumer.csproj.CoreCompileInputs.cache │ │ │ ├── userConsumer.csproj.FileListAbsolute.txt │ │ │ ├── userConsumer.csprojAssemblyReference.cache │ │ │ ├── userConsumer.dll │ │ │ ├── userConsumer.genruntimeconfig.cache │ │ │ └── userConsumer.pdb │ ├── productConsumer.csproj.EntityFrameworkCore.targets │ ├── productConsumer.csproj.nuget.dgspec.json │ ├── productConsumer.csproj.nuget.g.props │ ├── productConsumer.csproj.nuget.g.targets │ ├── project.assets.json │ ├── project.nuget.cache │ ├── userConsumer.csproj.EntityFrameworkCore.targets │ ├── userConsumer.csproj.nuget.dgspec.json │ ├── userConsumer.csproj.nuget.g.props │ └── userConsumer.csproj.nuget.g.targets └── productConsumer.csproj ├── userConsumer ├── .vscode │ ├── launch.json │ └── tasks.json ├── DB │ ├── DenoContext.cs │ ├── Products.cs │ ├── UserDetails.cs │ └── Users.cs ├── Models │ ├── ProductConsumer.cs │ ├── TransactionHistory.cs │ └── UserShop.cs ├── Program.cs ├── bin │ └── Debug │ │ └── netcoreapp3.1 │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ ├── Microsoft.Bcl.HashCode.dll │ │ ├── Microsoft.Data.SqlClient.dll │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll │ │ ├── Microsoft.EntityFrameworkCore.Design.dll │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll │ │ ├── Microsoft.EntityFrameworkCore.dll │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll │ │ ├── Microsoft.Extensions.Caching.Memory.dll │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll │ │ ├── Microsoft.Extensions.Configuration.Binder.dll │ │ ├── Microsoft.Extensions.Configuration.dll │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll │ │ ├── Microsoft.Extensions.DependencyInjection.dll │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll │ │ ├── Microsoft.Extensions.Logging.dll │ │ ├── Microsoft.Extensions.Options.dll │ │ ├── Microsoft.Extensions.Primitives.dll │ │ ├── Microsoft.Identity.Client.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── RabbitMQ.Client.dll │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Configuration.ConfigurationManager.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Runtime.Caching.dll │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ ├── System.Security.Permissions.dll │ │ ├── System.Threading.Channels.dll │ │ ├── runtimes │ │ ├── unix │ │ │ └── lib │ │ │ │ ├── netcoreapp2.0 │ │ │ │ └── System.Runtime.Caching.dll │ │ │ │ └── netcoreapp2.1 │ │ │ │ └── Microsoft.Data.SqlClient.dll │ │ ├── win-arm64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x64 │ │ │ └── native │ │ │ │ └── sni.dll │ │ ├── win-x86 │ │ │ └── native │ │ │ │ └── sni.dll │ │ └── win │ │ │ └── lib │ │ │ ├── netcoreapp2.0 │ │ │ └── System.Runtime.Caching.dll │ │ │ ├── netcoreapp2.1 │ │ │ └── Microsoft.Data.SqlClient.dll │ │ │ └── netstandard2.0 │ │ │ └── System.Security.Cryptography.ProtectedData.dll │ │ ├── userConsumer.deps.json │ │ ├── userConsumer.dll │ │ ├── userConsumer.pdb │ │ ├── userConsumer.runtimeconfig.dev.json │ │ └── userConsumer.runtimeconfig.json ├── obj │ ├── Debug │ │ └── netcoreapp3.1 │ │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs │ │ │ ├── userConsumer.AssemblyInfo.cs │ │ │ ├── userConsumer.AssemblyInfoInputs.cache │ │ │ ├── userConsumer.assets.cache │ │ │ ├── userConsumer.csproj.CopyComplete │ │ │ ├── userConsumer.csproj.CoreCompileInputs.cache │ │ │ ├── userConsumer.csproj.FileListAbsolute.txt │ │ │ ├── userConsumer.csprojAssemblyReference.cache │ │ │ ├── userConsumer.dll │ │ │ ├── userConsumer.genruntimeconfig.cache │ │ │ └── userConsumer.pdb │ ├── project.assets.json │ ├── project.nuget.cache │ ├── userConsumer.csproj.EntityFrameworkCore.targets │ ├── userConsumer.csproj.nuget.dgspec.json │ ├── userConsumer.csproj.nuget.g.props │ └── userConsumer.csproj.nuget.g.targets └── userConsumer.csproj └── userDetailConsumer ├── .vscode ├── launch.json └── tasks.json ├── DB ├── DenoContext.cs ├── Products.cs ├── UserDetails.cs └── Users.cs ├── Extensions ├── DbContextExtensions.cs └── ModelBuilderExtensions.cs ├── Models ├── ProductConsumer.cs ├── TransactionHistory.cs └── UserDetailQueue.cs ├── Program.cs ├── bin └── Debug │ └── netcoreapp3.1 │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ ├── Microsoft.Bcl.HashCode.dll │ ├── Microsoft.Data.SqlClient.dll │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll │ ├── Microsoft.EntityFrameworkCore.Design.dll │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll │ ├── Microsoft.EntityFrameworkCore.dll │ ├── Microsoft.Extensions.Caching.Abstractions.dll │ ├── Microsoft.Extensions.Caching.Memory.dll │ ├── Microsoft.Extensions.Configuration.Abstractions.dll │ ├── Microsoft.Extensions.Configuration.Binder.dll │ ├── Microsoft.Extensions.Configuration.dll │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll │ ├── Microsoft.Extensions.DependencyInjection.dll │ ├── Microsoft.Extensions.Logging.Abstractions.dll │ ├── Microsoft.Extensions.Logging.dll │ ├── Microsoft.Extensions.Options.dll │ ├── Microsoft.Extensions.Primitives.dll │ ├── Microsoft.Identity.Client.dll │ ├── Newtonsoft.Json.dll │ ├── RabbitMQ.Client.dll │ ├── System.Collections.Immutable.dll │ ├── System.Configuration.ConfigurationManager.dll │ ├── System.Diagnostics.DiagnosticSource.dll │ ├── System.Runtime.Caching.dll │ ├── System.Security.Cryptography.ProtectedData.dll │ ├── System.Security.Permissions.dll │ ├── System.Threading.Channels.dll │ ├── runtimes │ ├── unix │ │ └── lib │ │ │ ├── netcoreapp2.0 │ │ │ └── System.Runtime.Caching.dll │ │ │ └── netcoreapp2.1 │ │ │ └── Microsoft.Data.SqlClient.dll │ ├── win-arm64 │ │ └── native │ │ │ └── sni.dll │ ├── win-x64 │ │ └── native │ │ │ └── sni.dll │ ├── win-x86 │ │ └── native │ │ │ └── sni.dll │ └── win │ │ └── lib │ │ ├── netcoreapp2.0 │ │ └── System.Runtime.Caching.dll │ │ ├── netcoreapp2.1 │ │ └── Microsoft.Data.SqlClient.dll │ │ └── netstandard2.0 │ │ └── System.Security.Cryptography.ProtectedData.dll │ ├── userConsumer.deps.json │ ├── userConsumer.dll │ ├── userConsumer.pdb │ ├── userConsumer.runtimeconfig.dev.json │ ├── userConsumer.runtimeconfig.json │ ├── userDetailConsumer.deps.json │ ├── userDetailConsumer.dll │ ├── userDetailConsumer.pdb │ ├── userDetailConsumer.runtimeconfig.dev.json │ └── userDetailConsumer.runtimeconfig.json ├── obj ├── Debug │ └── netcoreapp3.1 │ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs │ │ ├── userConsumer.AssemblyInfo.cs │ │ ├── userConsumer.AssemblyInfoInputs.cache │ │ ├── userConsumer.assets.cache │ │ ├── userConsumer.csproj.CopyComplete │ │ ├── userConsumer.csproj.CoreCompileInputs.cache │ │ ├── userConsumer.csproj.FileListAbsolute.txt │ │ ├── userConsumer.csprojAssemblyReference.cache │ │ ├── userConsumer.dll │ │ ├── userConsumer.genruntimeconfig.cache │ │ ├── userConsumer.pdb │ │ ├── userDetailConsumer.AssemblyInfo.cs │ │ ├── userDetailConsumer.AssemblyInfoInputs.cache │ │ ├── userDetailConsumer.assets.cache │ │ ├── userDetailConsumer.csproj.CopyComplete │ │ ├── userDetailConsumer.csproj.CoreCompileInputs.cache │ │ ├── userDetailConsumer.csproj.FileListAbsolute.txt │ │ ├── userDetailConsumer.csprojAssemblyReference.cache │ │ ├── userDetailConsumer.dll │ │ ├── userDetailConsumer.genruntimeconfig.cache │ │ └── userDetailConsumer.pdb ├── project.assets.json ├── project.nuget.cache ├── userConsumer.csproj.EntityFrameworkCore.targets ├── userConsumer.csproj.nuget.dgspec.json ├── userConsumer.csproj.nuget.g.props ├── userConsumer.csproj.nuget.g.targets ├── userDetailConsumer.csproj.EntityFrameworkCore.targets ├── userDetailConsumer.csproj.nuget.dgspec.json ├── userDetailConsumer.csproj.nuget.g.props └── userDetailConsumer.csproj.nuget.g.targets └── userDetailConsumer.csproj /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/LICENSE -------------------------------------------------------------------------------- /Microtransection/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/.vscode/launch.json -------------------------------------------------------------------------------- /Microtransection/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/.vscode/tasks.json -------------------------------------------------------------------------------- /Microtransection/Controllers/UserController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Controllers/UserController.cs -------------------------------------------------------------------------------- /Microtransection/DB/DenoContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/DB/DenoContext.cs -------------------------------------------------------------------------------- /Microtransection/DB/Products.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/DB/Products.cs -------------------------------------------------------------------------------- /Microtransection/DB/UserDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/DB/UserDetails.cs -------------------------------------------------------------------------------- /Microtransection/DB/Users.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/DB/Users.cs -------------------------------------------------------------------------------- /Microtransection/Microtransection.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Microtransection.csproj -------------------------------------------------------------------------------- /Microtransection/Models/UserShop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Models/UserShop.cs -------------------------------------------------------------------------------- /Microtransection/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Program.cs -------------------------------------------------------------------------------- /Microtransection/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Properties/launchSettings.json -------------------------------------------------------------------------------- /Microtransection/Services/IUserService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Services/IUserService.cs -------------------------------------------------------------------------------- /Microtransection/Services/UserService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Services/UserService.cs -------------------------------------------------------------------------------- /Microtransection/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/Startup.cs -------------------------------------------------------------------------------- /Microtransection/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/appsettings.Development.json -------------------------------------------------------------------------------- /Microtransection/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/appsettings.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.Razor.Language.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.AspNetCore.Razor.Language.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Razor.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGeneration.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/NuGet.Frameworks.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/Properties/launchSettings.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Composition.AttributedModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Composition.AttributedModel.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Convention.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Convention.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Hosting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Hosting.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Composition.Runtime.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Composition.TypedParts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Composition.TypedParts.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/appsettings.Development.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/appsettings.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/microtransection.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/microtransection.deps.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/microtransection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/microtransection.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/microtransection.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/microtransection.pdb -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/microtransection.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/microtransection.runtimeconfig.dev.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/microtransection.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/microtransection.runtimeconfig.json -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll -------------------------------------------------------------------------------- /Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/Microtransection.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/Microtransection.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.AssemblyInfo.cs -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | 0985420fb7e2a28b1b3f7bad59e415cbf73b875d 2 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.MvcApplicationPartsAssemblyInfo.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.RazorTargetAssemblyInfo.cache: -------------------------------------------------------------------------------- 1 | dfb05b257fa4f715ce591e18cbe0d47199b182de 2 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.assets.cache -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.dll -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/microtransection.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/microtransection.pdb -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/project.razor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Debug/netcoreapp3.1/project.razor.json -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/staticwebassets/microtransection.StaticWebAssets.Manifest.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Microtransection/obj/Debug/netcoreapp3.1/staticwebassets/microtransection.StaticWebAssets.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Microtransection/obj/Microtransection.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/Microtransection.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /Microtransection/obj/microtransection.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/microtransection.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /Microtransection/obj/microtransection.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/microtransection.csproj.nuget.g.props -------------------------------------------------------------------------------- /Microtransection/obj/microtransection.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/microtransection.csproj.nuget.g.targets -------------------------------------------------------------------------------- /Microtransection/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/project.assets.json -------------------------------------------------------------------------------- /Microtransection/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/Microtransection/obj/project.nuget.cache -------------------------------------------------------------------------------- /productConsumer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/.vscode/launch.json -------------------------------------------------------------------------------- /productConsumer/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/.vscode/tasks.json -------------------------------------------------------------------------------- /productConsumer/DB/DenoContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/DB/DenoContext.cs -------------------------------------------------------------------------------- /productConsumer/DB/Products.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/DB/Products.cs -------------------------------------------------------------------------------- /productConsumer/DB/UserDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/DB/UserDetails.cs -------------------------------------------------------------------------------- /productConsumer/DB/Users.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/DB/Users.cs -------------------------------------------------------------------------------- /productConsumer/Models/ProductConsumer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/Models/ProductConsumer.cs -------------------------------------------------------------------------------- /productConsumer/Models/TransactionHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/Models/TransactionHistory.cs -------------------------------------------------------------------------------- /productConsumer/Models/UserDetailQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/Models/UserDetailQueue.cs -------------------------------------------------------------------------------- /productConsumer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/Program.cs -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/productConsumer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/productConsumer.deps.json -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/productConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/productConsumer.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/productConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/productConsumer.pdb -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/productConsumer.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/productConsumer.runtimeconfig.dev.json -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/productConsumer.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/productConsumer.runtimeconfig.json -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json -------------------------------------------------------------------------------- /productConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.AssemblyInfo.cs -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | f9c44112eaa7e09dd556c55980dfea630bd9b92b 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.assets.cache -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f77201872168dd8a0911f1e80a26c98f0a015c8d 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.dll -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/productConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/productConsumer.pdb -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | ecbb3f3fe5c2f4b27ff04bba71bbcb12c017912d 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7522921c4aae35d8bf82276056a7a3a9c3fa5d40 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /productConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /productConsumer/obj/productConsumer.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/productConsumer.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /productConsumer/obj/productConsumer.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/productConsumer.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /productConsumer/obj/productConsumer.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/productConsumer.csproj.nuget.g.props -------------------------------------------------------------------------------- /productConsumer/obj/productConsumer.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/productConsumer.csproj.nuget.g.targets -------------------------------------------------------------------------------- /productConsumer/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/project.assets.json -------------------------------------------------------------------------------- /productConsumer/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/project.nuget.cache -------------------------------------------------------------------------------- /productConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /productConsumer/obj/userConsumer.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/userConsumer.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /productConsumer/obj/userConsumer.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/userConsumer.csproj.nuget.g.props -------------------------------------------------------------------------------- /productConsumer/obj/userConsumer.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/obj/userConsumer.csproj.nuget.g.targets -------------------------------------------------------------------------------- /productConsumer/productConsumer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/productConsumer/productConsumer.csproj -------------------------------------------------------------------------------- /userConsumer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/.vscode/launch.json -------------------------------------------------------------------------------- /userConsumer/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/.vscode/tasks.json -------------------------------------------------------------------------------- /userConsumer/DB/DenoContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/DB/DenoContext.cs -------------------------------------------------------------------------------- /userConsumer/DB/Products.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/DB/Products.cs -------------------------------------------------------------------------------- /userConsumer/DB/UserDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/DB/UserDetails.cs -------------------------------------------------------------------------------- /userConsumer/DB/Users.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/DB/Users.cs -------------------------------------------------------------------------------- /userConsumer/Models/ProductConsumer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/Models/ProductConsumer.cs -------------------------------------------------------------------------------- /userConsumer/Models/TransactionHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/Models/TransactionHistory.cs -------------------------------------------------------------------------------- /userConsumer/Models/UserShop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/Models/UserShop.cs -------------------------------------------------------------------------------- /userConsumer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/Program.cs -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json -------------------------------------------------------------------------------- /userConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | ecbb3f3fe5c2f4b27ff04bba71bbcb12c017912d 2 | -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 1dacfbbd9fa2621a4e02366785648a630d0ca385 2 | -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /userConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /userConsumer/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/project.assets.json -------------------------------------------------------------------------------- /userConsumer/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/project.nuget.cache -------------------------------------------------------------------------------- /userConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /userConsumer/obj/userConsumer.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/userConsumer.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /userConsumer/obj/userConsumer.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/userConsumer.csproj.nuget.g.props -------------------------------------------------------------------------------- /userConsumer/obj/userConsumer.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/obj/userConsumer.csproj.nuget.g.targets -------------------------------------------------------------------------------- /userConsumer/userConsumer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userConsumer/userConsumer.csproj -------------------------------------------------------------------------------- /userDetailConsumer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/.vscode/launch.json -------------------------------------------------------------------------------- /userDetailConsumer/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/.vscode/tasks.json -------------------------------------------------------------------------------- /userDetailConsumer/DB/DenoContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/DB/DenoContext.cs -------------------------------------------------------------------------------- /userDetailConsumer/DB/Products.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/DB/Products.cs -------------------------------------------------------------------------------- /userDetailConsumer/DB/UserDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/DB/UserDetails.cs -------------------------------------------------------------------------------- /userDetailConsumer/DB/Users.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/DB/Users.cs -------------------------------------------------------------------------------- /userDetailConsumer/Extensions/DbContextExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Extensions/DbContextExtensions.cs -------------------------------------------------------------------------------- /userDetailConsumer/Extensions/ModelBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Extensions/ModelBuilderExtensions.cs -------------------------------------------------------------------------------- /userDetailConsumer/Models/ProductConsumer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Models/ProductConsumer.cs -------------------------------------------------------------------------------- /userDetailConsumer/Models/TransactionHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Models/TransactionHistory.cs -------------------------------------------------------------------------------- /userDetailConsumer/Models/UserDetailQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Models/UserDetailQueue.cs -------------------------------------------------------------------------------- /userDetailConsumer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/Program.cs -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Abstractions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Design.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.SqlServer.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/RabbitMQ.Client.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Security.Permissions.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.deps.json -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.dev.json -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userConsumer.runtimeconfig.json -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.deps.json -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.dll -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.pdb -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.runtimeconfig.dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.runtimeconfig.dev.json -------------------------------------------------------------------------------- /userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/bin/Debug/netcoreapp3.1/userDetailConsumer.runtimeconfig.json -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfo.cs -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | ecbb3f3fe5c2f4b27ff04bba71bbcb12c017912d 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.assets.cache -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8c038babd14189c0d4c4bf39182145039f339d45 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.dll -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userConsumer.pdb -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.AssemblyInfo.cs -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | c2eec590ca5b89efee88b57fa1b8742c674d3699 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.assets.cache -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 65dd8a31ab1ca4eaba0eb5e85ea2c9f00f1bbb7b 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.dll -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 86c8e15dd33445635927cfaf398408205fd11473 2 | -------------------------------------------------------------------------------- /userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/Debug/netcoreapp3.1/userDetailConsumer.pdb -------------------------------------------------------------------------------- /userDetailConsumer/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/project.assets.json -------------------------------------------------------------------------------- /userDetailConsumer/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/project.nuget.cache -------------------------------------------------------------------------------- /userDetailConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userConsumer.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /userDetailConsumer/obj/userConsumer.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userConsumer.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /userDetailConsumer/obj/userConsumer.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userConsumer.csproj.nuget.g.props -------------------------------------------------------------------------------- /userDetailConsumer/obj/userConsumer.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userConsumer.csproj.nuget.g.targets -------------------------------------------------------------------------------- /userDetailConsumer/obj/userDetailConsumer.csproj.EntityFrameworkCore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userDetailConsumer.csproj.EntityFrameworkCore.targets -------------------------------------------------------------------------------- /userDetailConsumer/obj/userDetailConsumer.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userDetailConsumer.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /userDetailConsumer/obj/userDetailConsumer.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userDetailConsumer.csproj.nuget.g.props -------------------------------------------------------------------------------- /userDetailConsumer/obj/userDetailConsumer.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/obj/userDetailConsumer.csproj.nuget.g.targets -------------------------------------------------------------------------------- /userDetailConsumer/userDetailConsumer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borakasmer/TransactionManagement/HEAD/userDetailConsumer/userDetailConsumer.csproj --------------------------------------------------------------------------------