mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 16:48:59 +01:00
10 lines
206 B
C#
10 lines
206 B
C#
using WireMock.Matchers.Request;
|
|
|
|
namespace WireMock.Owin;
|
|
|
|
internal class MappingMatcherResult
|
|
{
|
|
public IMapping Mapping { get; set; }
|
|
|
|
public IRequestMatchResult RequestMatchResult { get; set; }
|
|
} |