예제 #1
0
 public void Initialize()
 {
     BaseSqlTest.SeedDatabase();
     _repository = new FaturamentoLotericaSQLRepository();
     _service    = new FaturamentoLotericaService(_repository);
 }
예제 #2
0
 public void Initialize()
 {
     _faturamentoLotericaRepository = new Mock <IFaturamentoLotericaRepository>();
     _service = new FaturamentoLotericaService(_faturamentoLotericaRepository.Object);
 }