/// <summary> /// 비가동 소분류 검색 /// </summary> public List <NopMiMasterVO> GetAllNopMi(string macode) { Nop_Mi_MasterDAC dac = new Nop_Mi_MasterDAC(); return(dac.GetAllNopMi(macode)); }
/// <summary> /// 비가동 소분류 목록 /// </summary> public List <NopMiMasterVO> GetAllNopMi() { Nop_Mi_MasterDAC dac = new Nop_Mi_MasterDAC(); return(dac.GetAllNopMi()); } /// <summary>