Example #1
0
 public Task <Language[]> PopulateLanguagesByCountryAsync(string countryCode, DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Task <Country[]> PopulateCountriesByRegionAsync(DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Task <CustomerSet[]> PopulateCustomersetByCountryAsync(string countryCode, string languageCode, DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public Task <ProductTree> GetProductTreeByCatalogIdAsync(int CatalogId, bool IncludeOnlyDellstarOrderCodes, DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public Country[] PopulateCountriesByRegion(DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public Task <AdvisorInternalService.ConfigModule[]> GetModulesByChassisIdAsync(int ChassisId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public Task <AdvisorInternalService.ComponentLineItem[]> GetNonTiedLineItemSkusAsync(string CommaSeparatedSkuList, int CatalogId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public Task <Catalog[]> GetCatalogsByRegionAsync(DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public Catalog[] GetCatalogsByRegion(DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #10
0
 public Task <Catalog> GetCatalogDetailsAsync(int CatalogId, bool IncludePremier, DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public Task <AdvisorInternalService.InciteAttribute[]> GetAttributesByChassisIdModuleIdAsync(int ChassisId, int ModuleId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
Example #12
0
 public Task <ProductSet> CloneProductSetAsync(Guid productSetId, Guid templateId, DellRegion region, string country, string customerSet, int catalogId, string name, string description, bool isDefault)
 {
     throw new NotImplementedException();
 }