Esempio n. 1
0
 public ActionResult Query(string keyword)
 {
     return(Json(_operationLogService.QueryOperationLog(keyword)));
 }