public EFSelectedProductRepository(EFDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public EFTagRepository(EFDbContext context)
 {
     this._context  = context;
     this._disposed = false;
 }
예제 #3
0
 public EFPaymentRepository(EFDbContext context)
 {
     _context = context;
 }