コード例 #1
0
 public JsonResult GetLogs()
 {
     return(http.RespondSuccess(audit.GetAllEvents()));
 }