예제 #1
0
        public MDMSVC.DC_M_masterattributelists GetAllAttributeAndValuesByFOR(string For, string AttributeName)
        {
            MasterDataSVCs _objMaster = new MasterDataSVCs();
            var            retClass   = new MDMSVC.DC_M_masterattributelists();

            retClass = _objMaster.GetListAttributeAndValuesByFOR(new MDMSVC.DC_MasterAttribute()
            {
                MasterFor = For, Name = AttributeName
            });
            return(retClass);
        }