Beispiel #1
0
 public TovelundController(LotographiaContext context)
 {
     _context = context;
 }
 public LexicologerController(LotographiaContext context)
 {
     _context = context;
 }
 public PaperFolliesController(IParticipantService participantService, LotographiaContext context)
 {
     _participantService = participantService;
     _context            = context;
     _passwordHasher     = new PasswordHasher <PaperFolliesParticipant>();
 }