예제 #1
0
 public CitiesController(electionContext context)
 {
     _context = context;
 }
예제 #2
0
 public BulletinsController(electionContext context)
 {
     _context = context;
 }
예제 #3
0
 public NationsController(electionContext context)
 {
     _context = context;
 }
예제 #4
0
 public PeopleController(electionContext context)
 {
     _context = context;
 }
예제 #5
0
 public AddressesController(electionContext context)
 {
     _context = context;
 }
예제 #6
0
 public UserController(electionContext context)
 {
     _context = context;
 }
예제 #7
0
 public ControlCouponsController(electionContext context)
 {
     _context = context;
 }
예제 #8
0
 public AdminsController(electionContext context)
 {
     _context = context;
 }
 public CandidatesController(electionContext context)
 {
     _context = context;
 }
예제 #10
0
 public StreetsController(electionContext context)
 {
     _context = context;
 }
예제 #11
0
 public PeriodsController(electionContext context)
 {
     _context = context;
 }