public CustomerRepository(TestTriangleHOAContext context) { _context = context; }
public CustomerRepository() { _context = new TestTriangleHOAContext(); }
public CommonRepository() { _context = new TestTriangleHOAContext(); }
public CommonRepository(TestTriangleHOAContext context) { _context = context; _spProvider = new SpProvider(_context); }
public UnitOfWork() { this._context = new TestTriangleHOAContext(); }
public UnitOfWork(TestTriangleHOAContext context) { this._context = context; }
public TicketRepository() { _context = new TestTriangleHOAContext(); }