Esempio n. 1
0
 public CustomerRepository(TestTriangleHOAContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CustomerRepository()
 {
     _context = new TestTriangleHOAContext();
 }
 public CommonRepository()
 {
     _context = new TestTriangleHOAContext();
 }
 public CommonRepository(TestTriangleHOAContext context)
 {
     _context    = context;
     _spProvider = new SpProvider(_context);
 }
Esempio n. 5
0
 public UnitOfWork()
 {
     this._context = new TestTriangleHOAContext();
 }
Esempio n. 6
0
 public UnitOfWork(TestTriangleHOAContext context)
 {
     this._context = context;
 }
Esempio n. 7
0
 public TicketRepository()
 {
     _context = new TestTriangleHOAContext();
 }