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