public EventController(IEventUnitOfWork eventUoW) { this.eventUoW = eventUoW; }
// GET: Auth public AuthController(IEventUnitOfWork eventUoW) { this.eventUoW = eventUoW; }