예제 #1
0
        public IHttpActionResult QueryDowntimeRecordsAPI(DashboardSearchDTO dto)
        {
            var result = exceptionService.QueryDowntimeRecords(dto);

            return(Ok(result));
        }