Inheritance: DbContext
Exemplo n.º 1
0
 public UnitOfWork()
 {
     _context = new HubContext();
 }
Exemplo n.º 2
0
 public UnitOfWork()
 {
     _context = new HubContext();
 }
Exemplo n.º 3
0
 public ReportRepository(HubContext context)
 {
     _context = context;
 }