Example #1
0
 public IList <DC_M_masterattributevalue> GetDisplaySubType(string MasterFor, string Name)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetDisplaySubType(MasterFor, Name));
     }
 }