mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-19 15:53:54 +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; }
|
|
}
|
|
} |