OptionsModel => Options

This commit is contained in:
Hao Kung 2015-12-21 16:37:56 -08:00
parent 55d9e6ee4a
commit 6c7c373d82
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@using MusicStore @using MusicStore
@using MusicStore.Models @using MusicStore.Models
@using Microsoft.Extensions.OptionsModel @using Microsoft.Extensions.Options
@using Microsoft.AspNet.Identity @using Microsoft.AspNet.Identity
@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers @addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers