示例#1
0
 public VideoCatSponsorRepository(VITVContext context)
 {
     _context = context;
 }
示例#2
0
 public BankRepository(VITVContext context)
 {
     _context = context;
 }
示例#3
0
 public TermRepository(VITVContext context)
 {
     _context = context;
 }
示例#4
0
 public RoleRepository(VITVContext context)
 {
     _context = context;
 }
 public VNDExchangeRateRepository()
 {
     _context = new VITVContext();
 }
示例#6
0
 public PollRepository()
 {
     _context = new VITVContext();
 }
示例#7
0
 public RecruitRepository()
 {
     _context = new VITVContext();
 }
示例#8
0
 public ReporterRepository()
 {
     _context = new VITVContext();
 }
示例#9
0
 public PageRepository(VITVContext context)
 {
     _context = context;
 }
示例#10
0
 public ProgramScheduleDetailRepository()
 {
     _context = new VITVContext();
 }
示例#11
0
 public ReporterRepository(VITVContext context)
 {
     _context = context;
 }
示例#12
0
 public ProgramScheduleDetailRepository(VITVContext context)
 {
     _context = context;
 }
示例#13
0
 public AdminController()
 {
     context = new VITVContext();
 }
示例#14
0
 public VideoCatSponsorRepository()
 {
     _context = new VITVContext();
 }
 public InterestRateRepository()
 {
     _context = new VITVContext();
 }
示例#16
0
 public PageRepository()
 {
     _context = new VITVContext();
 }
示例#17
0
 public PollRepository(VITVContext context)
 {
     _context = context;
 }
示例#18
0
 public ArticleHighlightCatRepository(VITVContext _context)
 {
     context = _context;
 }
示例#19
0
 public RecruitRepository(VITVContext context)
 {
     _context = context;
 }
示例#20
0
 public ArticleHighlightCatRepository()
 {
     context = new VITVContext();
 }
示例#21
0
 public RoleRepository()
 {
     _context = new VITVContext();
 }
示例#22
0
 public VideoCatTypeRepository(VITVContext context)
 {
     _context = context;
 }
示例#23
0
 // If you are using Dependency Injection, you can delete the following constructor
 public HolidayController()
 {
     context = new VITVContext();
     _holidayRepository = new HolidayRepository(context);
 }
示例#24
0
 public VideoCatTypeRepository()
 {
     _context = new VITVContext();
 }
 public VNDExchangeRateRepository(VITVContext context)
 {
     _context = context;
 }
示例#26
0
 public ContactRepository()
 {
     _context = new VITVContext();
 }
示例#27
0
 public BankRepository()
 {
     _context = new VITVContext();
 }
 public InterestRateRepository(VITVContext context)
 {
     _context = context;
 }
示例#29
0
 public TermRepository()
 {
     _context = new VITVContext();
 }
示例#30
0
 public KeywordRepository()
 {
     _context = new VITVContext();
 }