ServiceStack.Admin.RequestLogsResponse.RequestLogsResponse C# (CSharp) Method

RequestLogsResponse() public method

public RequestLogsResponse ( ) : System
return System
        public RequestLogsResponse()
        {
            this.Results = new List<RequestLogEntry>();
        }
RequestLogsResponse