public AuthController(ElectionsLogic logic, JwtHelper jwtHelper) { Logic = logic; JwtHelper = jwtHelper; }
public ElectionsController(ElectionsLogic logic) { this.Logic = logic; }