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