Beispiel #1
0
 public DataTable GetShareAccessoryItemList(string BrandCode, string FactoryCode, string UnitType, string Type, double Capacity, string RegionCode, string SubRegionCode)
 {
     return(_dal.GetShareAccessoryItemList(BrandCode, FactoryCode, UnitType, Type, Capacity, RegionCode, SubRegionCode));
 }