示例#1
0
 public CustomerFBRepository(SentimentWebContext context, IPredictionService predictionService)
 {
     _dbContext             = context;
     this.predictionService = predictionService;
 }
示例#2
0
 public MLInputFBRepository(SentimentWebContext context)
 {
     _dbContext = context;
 }