Ejemplo n.º 1
0
        public List <vmYarn> GetYarns(int?pageNumber, int?pageSize, int?IsPaging, int?CompanyID)
        {
            List <vmYarn> yarns = null;

            try
            {
                yarns = objSystemCommonDDDl.GetYarns(pageNumber, pageSize, IsPaging, CompanyID).ToList();
            }
            catch (Exception e)
            {
                e.ToString();
            }
            return(yarns);
        }