示例#1
0
 public override PriceListInfo[] GetAllPriceLists(string isoCurrencyCode)
 {
     ReadInData();
     return(ProductProvider.GetAllPriceLists(isoCurrencyCode));
 }