Example #1
0
 public ScoreRepository(MastermindDbContext dbContext) => DbContext = dbContext;
Example #2
0
 public UserService(IHttpContextAccessor httpContextAccessor, MastermindDbContext dbContext)
 {
     HttpContextAccessor = httpContextAccessor;
     DbContext           = dbContext;
 }