Beispiel #1
0
        //public static List<BrandModel> GetModelList()
        //{
        //    try
        //    {
        //        // models = (from md in _unitOfWork.BrandModel.GetAll()
        //        //          // join itmmst in _unitOfWork.ItemMaster.GetAll()
        //        //         //  on md.Code equals itmmst.Model
        //        //           select md),

        //        return GLHelper.GetModelList();
        //    }
        //    catch { throw; }
        //}
        public static List <ItemMaster> GetItemMasterList()
        {
            try
            {
                return(InventoryHelper.GetItemMasterList());
            }
            catch { throw; }
        }