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