コード例 #1
0
 public void should_all_services_not_be_null()
 {
     CarParkService.Should().NotBeNull();
     TollGateService.Should().NotBeNull();
 }