示例#1
0
 public void Setup()
 {
     _dal     = new DocumentsDalImpl(new InfraDalImpl(), new ProductionDbContextConnectionString());
     _service = new AddDocumentServiceImpl(_dal);
 }
示例#2
0
 public void Setup()
 {
     _dal = new DocumentsDalImpl(new InfraDalImpl(), new ProductionDbContextConnectionString());
 }