コード例 #1
0
ファイル: ElectionsRepo.cs プロジェクト: gayvazyan/PecMembers
 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)
 {
 }
コード例 #14
0
 public PecMemberElectResultRepo(ElectionsContext dbContext) : base(dbContext)
 {
 }
コード例 #15
0
 public RoleRepository(ElectionsContext context)
 {
     db = context;
 }
コード例 #16
0
 public ChermanOfPollingStationRepository(ElectionsContext context)
 {
     db = context;
 }
コード例 #17
0
 public ChermanOfDistrictRepository(ElectionsContext context)
 {
     db = context;
 }
コード例 #18
0
 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;
 }