Ejemplo n.º 1
0
 /// <summary>
 /// 計算手開單品項
 /// </summary>
 /// <param name="ParameterList"></param>
 /// <returns></returns>
 public DataTable QueryOnHandResult(ArrayList ParameterList)
 {
     #region
     try
     {
         VDS_ALO21_DBO DBO = new VDS_ALO21_DBO(ref USEDB);
         return DBO.doQueryOnHandResult(ParameterList);
     }
     catch (Exception ex)
     {
         throw GetNewException(ex);
     }
     #endregion
 }