Updated due to change in API

This commit is contained in:
David Fowler 2014-04-17 22:38:08 -07:00
parent f258b008fa
commit d138028462
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class Startup
});
SampleData.InitializeMusicStoreDatabaseAsync().Wait();
CreateAdminUser(app.ServiceProvider);
CreateAdminUser(app.ApplicationServices);
}
private async void CreateAdminUser(IServiceProvider serviceProvider)