コード例 #1
0
 public GraphsController(IMapper mapper, NewsCollectorDbContext dbContext)
 {
     this._mapper    = mapper;
     this._dbContext = dbContext;
 }
コード例 #2
0
 public NewsRepository(NewsCollectorDbContext context) : base(context)
 {
 }
コード例 #3
0
 public KeywordRepository(NewsCollectorDbContext context) : base(context)
 {
 }