예제 #1
0
 public ElectionsRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
예제 #2
0
 public CandidatesRepository(ElectionsContext electionContext)
 {
     _electionContext = electionContext;
 }
예제 #3
0
 public DistrictsRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
예제 #4
0
 public CandidatRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #5
0
 public UserRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #6
0
        public GenericRepository(ElectionsContext context)


        {
            _context = context;
        }
예제 #7
0
 public AppealRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #8
0
 public AddressRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #9
0
 public CategoryRepository(ElectionsContext electionContext)
 {
     _electionContext = electionContext;
 }
예제 #10
0
 public CommunitisRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
예제 #11
0
 public ABUnitOfWork(ElectionsContext context)
 {
     db = context;
 }
예제 #12
0
 public DistrictRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #13
0
 public PartisInfoRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
 public PecMemberElectResultRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
예제 #15
0
 public RoleRepository(ElectionsContext context)
 {
     db = context;
 }
 public ChermanOfPollingStationRepository(ElectionsContext context)
 {
     db = context;
 }
 public ChermanOfDistrictRepository(ElectionsContext context)
 {
     db = context;
 }
 public ComplaintTypeRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #19
0
 public CitizenRepository(ElectionsContext context)
 {
     db = context;
 }
예제 #20
0
 public VotersRepository(ElectionsContext electionContext)
 {
     _electionContext = electionContext;
 }
예제 #21
0
 public StatusRepository(ElectionsContext context)
 {
     db = context;
 }