public int Check_DC_Date(ArrayList ParameterList) { try { DBO.PUR_PurchaseOrderDBO dbo = new PUR_PurchaseOrderDBO(ref USEDB); return dbo.doCheck_DC_Date(ParameterList); } catch (Exception ex) { throw ex; } }