From ed343168185b0d9124fc6a830d87735a2e7ccc5f Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Mon, 18 Feb 2019 14:00:02 +0300 Subject: [PATCH] Fix name of the ProductServiceMigrationDbContextFactory --- ...ntextFactory.cs => ProductServiceMigrationDbContextFactory.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename samples/MicroserviceDemo/microservices/ProductService.Host/EntityFrameworkCore/{AuthServerDbContextFactory.cs => ProductServiceMigrationDbContextFactory.cs} (100%) diff --git a/samples/MicroserviceDemo/microservices/ProductService.Host/EntityFrameworkCore/AuthServerDbContextFactory.cs b/samples/MicroserviceDemo/microservices/ProductService.Host/EntityFrameworkCore/ProductServiceMigrationDbContextFactory.cs similarity index 100% rename from samples/MicroserviceDemo/microservices/ProductService.Host/EntityFrameworkCore/AuthServerDbContextFactory.cs rename to samples/MicroserviceDemo/microservices/ProductService.Host/EntityFrameworkCore/ProductServiceMigrationDbContextFactory.cs