Ejemplo n.º 1
0
 public List <IGrouping <int, BaoYangActivitySetting> > GetUpkeepActivitySetting(string sqlStr, int pageSize, int pageIndex, out int recordCount)
 {
     try
     {
         return(DalBaoYangActivitySetting.GetUpkeepActivitySetting(sqlStr, pageSize, pageIndex, out recordCount));
     }
     catch (TuhuBizException)
     {
         throw;
     }
     catch (Exception ex)
     {
         Logger.Error("GetUpkeepActivitySetting", ex);
         throw ex;
     }
 }