Example #1
0
 public ResultsController(NAUcountryContext context)
 {
     this.context = context;
 }
 public ParticipantsController(NAUcountryContext context)
 {
     _context = context;
 }
Example #3
0
 public AdminController(NAUcountryContext context)
 {
     this.context = context;
 }
Example #4
0
 public GroupsController(NAUcountryContext context)
 {
     _context = context;
 }
Example #5
0
 public CategoryController(NAUcountryContext context)
 {
     _context = context;
 }
 public HomeController(NAUcountryContext context)
 {
     _context = context;
 }
Example #7
0
 public UserController(NAUcountryContext context)
 {
     this.context = context;
 }