mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-14 14:22:02 +01:00
7 lines
142 B
C#
7 lines
142 B
C#
namespace WireMock.Org.Abstractions
|
|
{
|
|
public class GetAdminRecordingsStatusResult
|
|
{
|
|
public string Status { get; set; }
|
|
}
|
|
} |