Add a new stub mapping

This commit is contained in:
Stef Heyenrath
2017-01-27 21:19:30 +01:00
parent a334974bef
commit 1f33e6a671
28 changed files with 576 additions and 264 deletions

View File

@@ -13,6 +13,6 @@ namespace WireMock.Admin.Mappings
/// <value>
/// The matchers.
/// </value>
public IList<MatcherModel> Matchers { get; set; }
public MatcherModel[] Matchers { get; set; }
}
}