コード例 #1
0
        public static Int32 updateBasicDataByPo()
        {
            PurchaseOrderDAL objDal = new PurchaseOrderDAL();

            try
            {
                return(objDal.updateBasicDataByPo());
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objDal = null;
            }
        }