예제 #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();
 }