Esempio n. 1
0
 public IList <DC_M_masterattribute> GetMasterAttributes(DC_M_masterattribute _obj)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterAttributes(_obj));
     }
 }