Пример #1
0
 public CustomerRepository(TestTriangleHOAContext context)
 {
     _context = context;
 }
Пример #2
0
 public CustomerRepository()
 {
     _context = new TestTriangleHOAContext();
 }
 public CommonRepository()
 {
     _context = new TestTriangleHOAContext();
 }
 public CommonRepository(TestTriangleHOAContext context)
 {
     _context    = context;
     _spProvider = new SpProvider(_context);
 }
Пример #5
0
 public UnitOfWork()
 {
     this._context = new TestTriangleHOAContext();
 }
Пример #6
0
 public UnitOfWork(TestTriangleHOAContext context)
 {
     this._context = context;
 }
Пример #7
0
 public TicketRepository()
 {
     _context = new TestTriangleHOAContext();
 }