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