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