public ReleaseSolrProvider(IDIMProductExpanded dimProductExpanded)
 {
     this.dimProductExpanded = dimProductExpanded;
 }
 public ReleaseSolrProvider()
 {
     //refactor to use DI
     dimProductExpanded = new DIMProductExpanded();
 }
Example #3
0
 public PacksSQLProvider(IDIMProductExpanded dimProductExpanded)
 {
     this.dimProductExpanded = dimProductExpanded;
 }
Example #4
0
 public PacksSQLProvider()
 {
     //refactor to use DI
     dimProductExpanded = new DIMProductExpanded();
 }
 public AutoCompleteSQLProvider(IDIMProductExpanded dimProductExpanded)
 {
     this.dimProductExpanded = dimProductExpanded;
 }
 public AutoCompleteSQLProvider()
 {
     //refactor to use DI
     dimProductExpanded = new DIMProductExpanded();
 }