示例#1
0
 public IndexModel(ILogger <IndexModel> logger,
                   JsonFileGithubProfileService githubProfileService,
                   JsonFileGithubRepoService githubRepoService)
 {
     _logger = logger;
     GithubProfileService = githubProfileService;
     GithubRepoService    = githubRepoService;
 }
 public GithubReposController(JsonFileGithubRepoService productService)
 {
     ProductService = productService;
 }