예제 #1
0
 public Task <Language[]> PopulateLanguagesByCountryAsync(string countryCode, DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Task <Country[]> PopulateCountriesByRegionAsync(DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public Task <CustomerSet[]> PopulateCustomersetByCountryAsync(string countryCode, string languageCode, DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public Task <ProductTree> GetProductTreeByCatalogIdAsync(int CatalogId, bool IncludeOnlyDellstarOrderCodes, DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public Country[] PopulateCountriesByRegion(DellRegion regionCode)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public Task <AdvisorInternalService.ConfigModule[]> GetModulesByChassisIdAsync(int ChassisId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public Task <AdvisorInternalService.ComponentLineItem[]> GetNonTiedLineItemSkusAsync(string CommaSeparatedSkuList, int CatalogId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public Task <Catalog[]> GetCatalogsByRegionAsync(DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public Catalog[] GetCatalogsByRegion(DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public Task <Catalog> GetCatalogDetailsAsync(int CatalogId, bool IncludePremier, DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #11
0
 public Task <AdvisorInternalService.InciteAttribute[]> GetAttributesByChassisIdModuleIdAsync(int ChassisId, int ModuleId, DellRegion Region)
 {
     throw new NotImplementedException();
 }
예제 #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();
 }