Esempio n. 1
0
 public SetupsService(TestEasyDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 2
0
 public TestsService(IActionsProvider actionsProvider, TestEasyDbContext dbContext)
 {
     _dbContext       = dbContext;
     _actionsProvider = actionsProvider;
 }
Esempio n. 3
0
 public RegisterRepository(TestEasyDbContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public RoutinesService(TestEasyDbContext dbContext)
 {
     _dbContext = dbContext;
 }