Esempio n. 1
0
 public IList <DC_M_masterattributevalue> GetAttributeValues(string MasterAttribute_Id, string PageSize, string PageNo)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetAttributeValues(MasterAttribute_Id, Convert.ToInt32(PageSize), Convert.ToInt32(PageNo)));
     }
 }