Browse Source

Update Index.cshtml.cs

pull/14419/head
Salih 3 years ago
parent
commit
84a2e19c0b
  1. 4
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Pages/Index.cshtml.cs

4
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Pages/Index.cshtml.cs

@ -19,9 +19,9 @@ public class IndexModel : AbpPageModel
protected ILanguageProvider LanguageProvider { get; }
public IndexModel(IOpenIddictApplicationRepository openIdApplicationmRepository, ILanguageProvider languageProvider)
public IndexModel(IOpenIddictApplicationRepository openIdApplicationRepository, ILanguageProvider languageProvider)
{
OpenIdApplicationRepository = openIdApplicationmRepository;
OpenIdApplicationRepository = openIdApplicationRepository;
LanguageProvider = languageProvider;
}

Loading…
Cancel
Save