示例#1
0
        public RESTQueryResponse <Incident> Get()
        {
            var query  = @"active=true^u_resolved=false";
            var result = _incidentService.GetRecordByQuery(query);

            return(result);
        }