Esempio n. 1
0
 public static IEnumerable <SE_GiftManageConfigModel> SelectPages(int activtyType = 1, int pageIndex = 1, int pageSize = 20, string strWhere = "")
 {
     try
     {
         return(SE_GiftManageConfigDAL.SelectPages(ProcessConnection.OpenConfigurationReadOnly, activtyType, pageIndex, pageSize, strWhere));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }