예제 #1
0
 public PriceForecastRepository(PriceForecastContext context)
 {
     _context = context;
 }
 public ImportEventRepository(PriceForecastContext context)
 {
     _context = context;
     _events  = context.ImportEvents;
 }