Files
WireMock.Net-wiremock/src/WireMock.Net/Pact/Models/V2/Pacticipant.cs
Stef Heyenrath a6ee2dacc7 Initial support for converting the mappings to a Pact(flow) json file (#748)
* WithDescription

* WithConsumer / WithProvider

* x

* .

* .

* .

* .

* fix

* pact

* nullable

* ficx

* .

* fix
2022-04-22 16:17:50 +02:00

7 lines
119 B
C#

namespace WireMock.Pact.Models.V2
{
public class Pacticipant
{
public string Name { get; set; }
}
}