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