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