public void SetUpContext() { this.WhoBuiltWhatReport = Substitute.For <IWhoBuiltWhatReport>(); this.Sut = new WhoBuiltWhatReportFacadeService(this.WhoBuiltWhatReport); }
public WhoBuiltWhatReportFacadeService(IWhoBuiltWhatReport whoBuiltWhatReport) { this.whoBuiltWhatReport = whoBuiltWhatReport; }