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
@@ -9,8 +9,8 @@
/// The with transformer.
/// </summary>
/// <returns>
/// The <see cref="IDelayResponseBuilder"/>.
/// The <see cref="IResponseBuilder"/>.
/// </returns>
IDelayResponseBuilder WithTransformer();
IResponseBuilder WithTransformer();
}
}