示例#1
0
 public IEnumerable <SystemLog> GetAll()
 {
     return(_systemLogService.FindAll());
 }