示例#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();
 }