Exemplo n.º 1
0
 public void Setup()
 {
     _dal     = new DocumentsDalImpl(new InfraDalImpl(), new ProductionDbContextConnectionString());
     _service = new AddDocumentServiceImpl(_dal);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _dal = new DocumentsDalImpl(new InfraDalImpl(), new ProductionDbContextConnectionString());
 }