Example #1
0
        public string GetNameByCode(string itemcode)
        {
            IMst_Goods dal = baseDal as IMst_Goods;

            return(dal.GetNameByCode(itemcode));
        }
Example #2
0
        public DataTable GetPrint(string Id)
        {
            IMst_Goods dal = baseDal as IMst_Goods;

            return(dal.GetPrint(Id));
        }
Example #3
0
        public DataTable selGoodsCategory()
        {
            IMst_Goods dal = baseDal as IMst_Goods;

            return(dal.selGoodsCategory());
        }