public EventRegistrationController(IEventRegService _repo) { _context = _repo; }
public EventRegRepo(IEventRegContext _ctx, IEventRegService _service) { ctx = _ctx; service = _service; }