示例#1
0
 public int ADDLOG(string message)
 {
     try
     {
         return(orderService.ADDLOG(message));
     }
     catch (Exception ex)
     {
         LogHelper.Error("Order.ADDLOG", ex);
         throw ex;
     }
 }