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