Пример #1
0
 /// <summary>
 /// C6 副代理明細資料-數量    
 /// C7 理貨明細資料-比數
 /// </summary>      
 public DataTable QueryDeilyDPSitem(ArrayList ParameterList)
 {
     try
     {
         VDS_CGD39_DBO CGD39 = new VDS_CGD39_DBO(ref USEDB);
         return CGD39.QueryDeilyDPSitem(ParameterList);
     }
     catch (Exception ex)
     { throw ex; }
 }