Inheritance: DbContext
Example #1
0
 public UnitOfWork()
 {
     _context = new HubContext();
 }
Example #2
0
 public UnitOfWork()
 {
     _context = new HubContext();
 }
Example #3
0
 public ReportRepository(HubContext context)
 {
     _context = context;
 }