Exemple #1
0
 public PaidSearchProductRepository(SpotzerContext context)
 {
     this._context = context;
 }
Exemple #2
0
 public WebSiteProductRepository(SpotzerContext context)
 {
     this._context = context;
 }
Exemple #3
0
 public OrderRepository(SpotzerContext context)
 {
     this._context = context;
 }