Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaher committed Dec 22, 2015
2 parents 94d6ed7 + 94d8dc1 commit c6b2cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PartsUnlimitedWebsite/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void ConfigureServices(IServiceCollection services)
}
else
{
services.AddEntityFramework()
services.AddEntityFramework()
.AddSqlServer()
.AddDbContext<PartsUnlimitedContext>(options =>
{
Expand Down

0 comments on commit c6b2cd8

Please sign in to comment.