mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-22 10:17:49 +01:00
11 lines
230 B
C#
11 lines
230 B
C#
using WireMock.Matchers.Request;
|
|
|
|
namespace WireMock.Owin
|
|
{
|
|
internal class MappingMatcherResult
|
|
{
|
|
public IMapping Mapping { get; set; }
|
|
|
|
public RequestMatchResult RequestMatchResult { get; set; }
|
|
}
|
|
} |