Exemplo n.º 1
0
 public EventRegistrationController(EventsDataContext context, EventRegistrationChannel channel)
 {
     _context = context;
     _channel = channel;
 }