示例#1
0
        public List <MDMSVC.DC_Accomodation_DDL> GetProductByCity(DC_Accomodation_DDL _obj)
        {
            object result = null;

            ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["Mapping_ForDropDown_GetProductByCity"], _obj, typeof(MDMSVC.DC_Accomodation_DDL), typeof(List <MDMSVC.DC_Accomodation_DDL>), out result);
            return(result as List <MDMSVC.DC_Accomodation_DDL>);
        }
示例#2
0
 public List <DC_Accomodation_DDL> GetProductByCity(DC_Accomodation_DDL _obj)
 {
     using (DataLayer.DL_Masters obj = new DataLayer.DL_Masters())
     {
         return(obj.GetProductByCity(_obj));
     }
 }