Esempio n. 1
0
 public DataTable GetPrintRpt03(ArrayList ParameterList)
 {
     try
     {
         DBO.VDS_IVM15_DBO IVMDBO = new VDS_IVM15_DBO(ref USEDB);
         return IVMDBO.GetPrintRpt03(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }