Ejemplo n.º 1
0
 public DataTable QuerySum_Accept_Qty(ArrayList ParameterList)
 {
     try
     {
         DBO.COM15_DBO dbo = new COM15_DBO(ref USEDB);
         return dbo.QuerySum_Accept_Qty(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public DataTable QuerySalesReport(ArrayList ParameterList)
 {
     try
     {
         DBO.COM15_DBO dbo = new COM15_DBO(ref USEDB);
         return GetData(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 3
0
 public DataTable QueryZ_O()
 {
     try
     {
         DBO.COM15_DBO dbo = new COM15_DBO(ref USEDB);
         return dbo.QueryZ_O();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }