Esempio n. 1
0
 public void SetUpContext()
 {
     this.BuildPlansReportService = Substitute.For <IBuildPlansReportService>();
     this.Sut = new BuildPlansReportFacadeService(this.BuildPlansReportService);
 }
Esempio n. 2
0
 public BuildPlansReportFacadeService(IBuildPlansReportService buildPlansReportService)
 {
     this.buildPlansReportService = buildPlansReportService;
 }