Exemplo n.º 1
0
 public TqmsReportsFacadeService(ITqmsReportsService tqmsReportsService)
 {
     this.tqmsReportsService = tqmsReportsService;
 }
Exemplo n.º 2
0
 public void SetUpContext()
 {
     this.TqmsReportsService = Substitute.For <ITqmsReportsService>();
     this.Sut = new TqmsReportsFacadeService(this.TqmsReportsService);
 }