public GetEventByIdHandler(PledgeKitContext context)
 {
     _context = context;
 }
 public EventExistsValidator(PledgeKitContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EventListHandler(PledgeKitContext context)
 {
     _context = context;
 }