public AnswersController(TheoryContext context) { _context = context; }
public ApplicationUserController(UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, TheoryContext contex) { _userManager = userManager; _signInManager = signInManager; _context = contex; }
public TheoryController(TheoryContext context) { this.context = context; int red = 10; }
public QuestionsController(TheoryContext context) { _context = context; }