public CitiesController(electionContext context) { _context = context; }
public BulletinsController(electionContext context) { _context = context; }
public NationsController(electionContext context) { _context = context; }
public PeopleController(electionContext context) { _context = context; }
public AddressesController(electionContext context) { _context = context; }
public UserController(electionContext context) { _context = context; }
public ControlCouponsController(electionContext context) { _context = context; }
public AdminsController(electionContext context) { _context = context; }
public CandidatesController(electionContext context) { _context = context; }
public StreetsController(electionContext context) { _context = context; }
public PeriodsController(electionContext context) { _context = context; }