Ejemplo n.º 1
0
 public IndexModel(ILogger <IndexModel> logger,
                   JsonFileGithubProfileService githubProfileService,
                   JsonFileGithubRepoService githubRepoService)
 {
     _logger = logger;
     GithubProfileService = githubProfileService;
     GithubRepoService    = githubRepoService;
 }
Ejemplo n.º 2
0
 public GithubReposController(JsonFileGithubRepoService productService)
 {
     ProductService = productService;
 }