Exemple #1
0
 public InventoryController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
Exemple #2
0
 public ProfitController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
Exemple #3
0
 public BusinessExpensesController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
Exemple #4
0
 public ResolutionCenterController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
Exemple #5
0
 public SellingStatsController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
Exemple #6
0
 public AdoramaListingsController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }
 public WarrantyController(IEbayBusinessDB ebayDBRecords)
 {
     this.ebayDBRecords = ebayDBRecords;
 }