Ejemplo n.º 1
0
 public PaidSearchProductRepository(SpotzerContext context)
 {
     this._context = context;
 }
Ejemplo n.º 2
0
 public WebSiteProductRepository(SpotzerContext context)
 {
     this._context = context;
 }
Ejemplo n.º 3
0
 public OrderRepository(SpotzerContext context)
 {
     this._context = context;
 }