Example #1
0
 public TrackHub(MyContext context, IEvaluationMachine evaluationMachine)
 {
     _context           = context;
     _evaluationMachine = evaluationMachine;
 }
Example #2
0
 public TrackHub(ApplicationDbContext context, IEvaluationMachine evaluationMachine, ILogger <TrackHub> logger)
 {
     _context           = context;
     _evaluationMachine = evaluationMachine;
     _logger            = logger;
 }