Beispiel #1
0
 public DataTable GetAvailableType(string BrandCode, string FactoryCode, string ItemType, string RegionCode, string SubRegionCode)
 {
     return(_dal.GetAvailableType(BrandCode, FactoryCode, ItemType, RegionCode, SubRegionCode));
 }