mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 17:41:01 +01:00
* WithDescription * WithConsumer / WithProvider * x * . * . * . * . * fix * pact * nullable * ficx * . * fix
7 lines
119 B
C#
7 lines
119 B
C#
namespace WireMock.Pact.Models.V2
|
|
{
|
|
public class Pacticipant
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
} |