예제 #1
0
 public DataTable GetPrintRpt01(ArrayList ParameterList)
 {
     try
     {
         DBO.VDS_IVM15_DBO IVMDBO = new VDS_IVM15_DBO(ref USEDB);
         return IVMDBO.GetPrintRpt01(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }