Beispiel #1
0
 public ManageProfileHandler(bachelordbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UserHandler(bachelordbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ManageStudyHandler(bachelordbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public RegisterHandler(bachelordbContext context)
 {
     _context = context;
 }
 public ManageParticipantHandler(bachelordbContext context)
 {
     _context = context;
 }
 public LoginHandler(bachelordbContext context)
 {
     _context = context;
 }