scenario and state (added admin interface for GET and DELETE)

This commit is contained in:
Stef Heyenrath
2017-10-07 18:10:17 +02:00
parent 782418f107
commit 8199cdc382
6 changed files with 110 additions and 124 deletions

View File

@@ -19,7 +19,7 @@
// var sut = _objectMother.Create();
// // then
// Check.That(sut.States).IsNull();
// Check.That(sut.Scenarios).IsNull();
// }
// private class ObjectMother