예제 #1
0
 public Startup(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }
예제 #2
0
 public Startup(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }
 public CurrentUserController(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }
예제 #4
0
 public ReposController(IGithubApiDataCacheService githubApiDataCache)
 {
     _githubApiDataCache = githubApiDataCache ?? new GithubApiDataCacheService();
 }
 public EmailAddressesController(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }
 public CurrentUserController(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }
예제 #7
0
 public ReposController(IGithubApiDataCacheService githubApiDataCache)
 {
     _githubApiDataCache = githubApiDataCache ?? new GithubApiDataCacheService();
 }
 public EmailAddressesController(IGithubApiDataCacheService apiDataCacheService)
 {
     _apiDataCacheService = apiDataCacheService ?? new GithubApiDataCacheService();
 }