Ejemplo n.º 1
0
 /// <summary>
 /// 取得審核屬性
 /// </summary>
 public string GetStoreAccountInfo(ArrayList ParameterList)
 {
     try
     {
         DBO.STM_StoreBaseDBO dbo = new STM_StoreBaseDBO(ref USEDB);
         return dbo.GetStoreAccountInfo(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }