Example #1
0
 public ExhibitorPaymentDetailRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _mainResponse = new MainResponse();
     _objContext   = ObjContext;
     _Mapper       = Mapper;
 }
 public GenericRepository(AAYHSDBContext dbContext)
 {
     _dbContext = dbContext;
     DbSet      = _dbContext.Set <T>();
 }
 public GroupExhibitorRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
 }
 public AdvertisementRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
 public ScanRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _mainResponse = new MainResponse();
     _objContext   = ObjContext;
     _Mapper       = Mapper;
 }
Example #6
0
 public YearlyStatementTextRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }
Example #7
0
 public SponsorIncentiveRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }
 public StallAssignmentRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
 }
Example #9
0
 public ExhibitorClassRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
 public ApplicationSettingRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }
Example #11
0
 public ScheduleDateRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
Example #12
0
 public SponsorDistributionRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _mainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
Example #13
0
 public ZipCodeRepository2(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
Example #14
0
 public APIErrorLogRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
 public YearlyMaintenanceFeeRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }
Example #16
0
 public AAYHSContactRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }
Example #17
0
 public GlobalCodeRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _MainResponse = new MainResponse();
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
 }
Example #18
0
 public ClassSponsorRepository(AAYHSDBContext ObjContext, IMapper Mapper) : base(ObjContext)
 {
     _mainResponse = new MainResponse();
     _context      = ObjContext;
     _Mapper       = Mapper;
 }
Example #19
0
 public ReportRepository(AAYHSDBContext ObjContext, IMapper Mapper)
 {
     _ObjContext   = ObjContext;
     _Mapper       = Mapper;
     _MainResponse = new MainResponse();
 }