Пример #1
0
 public static IEnumerable <SE_GiftManageConfigModel> GetGiftLeveLs()
 {
     try
     {
         return(SE_GiftManageConfigDAL.SelectGiftLeveLs(ProcessConnection.OpenConfigurationReadOnly));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }