예제 #1
0
 public static bool Delete(int Id)
 {
     try
     {
         return(SE_GiftManageConfigDAL.Delete(ProcessConnection.OpenConfiguration, Id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }