Browse Source

Update Index.cshtml.cs

pull/13026/head
Enis Necipoglu 4 years ago
parent
commit
0db591f4d1
  1. 3
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/Pages/Index.cshtml.cs

3
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/Pages/Index.cshtml.cs

@ -9,8 +9,7 @@ namespace MyCompanyName.MyProjectName.Pages;
public class IndexModel : AbpPageModel
{
public List<Client> Clients { get; protected set; }
// TODO: Consider using IClientStore here.
protected IClientRepository ClientRepository { get; }
public IndexModel(IClientRepository clientRepository)

Loading…
Cancel
Save