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


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