예제 #1
0
 public static IEnumerable <SE_GiftManageConfigModel> GetGiftLeveL(string group)
 {
     try
     {
         return(SE_GiftManageConfigDAL.SelectGiftLeveL(ProcessConnection.OpenConfigurationReadOnly, group));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }