Exemplo n.º 1
0
 public void SetUpContext()
 {
     this.SmtReportsService = Substitute.For <ISmtReports>();
     this.Sut = new SmtReportsFacadeService(this.SmtReportsService);
 }
Exemplo n.º 2
0
 public SmtReportsFacadeService(ISmtReports smtReports)
 {
     this.smtReports = smtReports;
 }