|
|
|
@ -43,10 +43,10 @@ namespace Microsoft.eShopWeb.Web |
|
|
|
public void ConfigureDevelopmentServices(IServiceCollection services) |
|
|
|
{ |
|
|
|
// use in-memory database
|
|
|
|
// ConfigureInMemoryDatabases(services);
|
|
|
|
ConfigureInMemoryDatabases(services); |
|
|
|
|
|
|
|
// use real database
|
|
|
|
ConfigureProductionServices(services); |
|
|
|
//ConfigureProductionServices(services);
|
|
|
|
} |
|
|
|
|
|
|
|
private void ConfigureInMemoryDatabases(IServiceCollection services) |
|
|
|
|