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