Пример #1
0
 public void Remove()
 {
     _actorContext.Add(_actor);
     _actorContext.Remove(_actor).Should().BeTrue();
 }