Exemple #1
0
 public bool QueryPeriod(ArrayList ParameterList)
 {
     try
     {
         DBO.PUR09_DBO dbo = new PUR09_DBO(ref USEDB);
         return dbo.QueryPeriod(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }