예제 #1
0
 public ConferenceLoaderBuilder WithSessionSubmissionClosed()
 {
     conference.CanSubmit().Returns(false);
     return(this);
 }