Exemple #1
0
 public int DeleteLogNotice(string xh)
 {
     try
     {
         return(dal.DeleteLogNotice(xh));
     }
     catch (Exception ex)
     {
         ILog.WriteErrorLog(ex);
         return(-1);
     }
 }