コード例 #1
0
 public GithubBookRecordServiceProfiler(IGithubBookRecordService githubBookRecordService, ILogFactory logFactory)
 {
     _githubBookRecordService = githubBookRecordService;
     _logger = logFactory.GetLogger(GetType());
 }
コード例 #2
0
 public ReadingListDataRepository(IGithubBookRecordService githubBookRecordService)
 {
     _githubBookRecordService = githubBookRecordService;
 }