Esempio n. 1
0
 public IList <DC_M_masterparentattributes> GetAttributesForValues(string MasterAttribute_id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetAttributesForValues(Guid.Parse(MasterAttribute_id)));
     }
 }