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