Exemplo n.º 1
0
 public ManageProfileHandler(bachelordbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UserHandler(bachelordbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ManageStudyHandler(bachelordbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public RegisterHandler(bachelordbContext context)
 {
     _context = context;
 }
 public ManageParticipantHandler(bachelordbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public LoginHandler(bachelordbContext context)
 {
     _context = context;
 }