コード例 #1
0
 public TovelundController(LotographiaContext context)
 {
     _context = context;
 }
コード例 #2
0
 public LexicologerController(LotographiaContext context)
 {
     _context = context;
 }
コード例 #3
0
 public PaperFolliesController(IParticipantService participantService, LotographiaContext context)
 {
     _participantService = participantService;
     _context            = context;
     _passwordHasher     = new PasswordHasher <PaperFolliesParticipant>();
 }