mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-28 11:47:50 +02:00
* Add TIOBE + include SonarAnalyzer.CSharp * . * cp * Copyright © WireMock.Net * more fixes * fix * xpath * if (Matchers == null || !Matchers.Any()) * if (Matchers != null) * ? * . * .
9 lines
171 B
C#
9 lines
171 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Org.Abstractions
|
|
{
|
|
public class GetAdminScenariosResult
|
|
{
|
|
public Scenarios Scenarios { get; set; }
|
|
}
|
|
} |