public EFSelectedProductRepository(EFDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public EFTagRepository(EFDbContext context)
 {
     this._context  = context;
     this._disposed = false;
 }
Exemplo n.º 3
0
 public EFPaymentRepository(EFDbContext context)
 {
     _context = context;
 }