Ejemplo n.º 1
0
 public List <BaoYangActivityRelevance> GetStoreAuthentication()
 {
     try
     {
         return(DalBaoYangActivitySetting.GetStoreAuthentication());
     }
     catch (TuhuBizException)
     {
         throw;
     }
     catch (Exception ex)
     {
         Logger.Error("GetStoreAuthentication", ex);
         throw ex;
     }
 }