Esempio n. 1
0
 public void TestInit() {
     _mockUnitOfWork = Substitute.For<IUnitOfWork>();
     _mockRepository = CreateMockRepository();
     _service = new TreeBatchService( _mockUnitOfWork, _mockRepository );
 }
 public void TestInit()
 {
     _mockUnitOfWork = Substitute.For <IUnitOfWork>();
     _mockRepository = CreateMockRepository();
     _service        = new TreeBatchService(_mockUnitOfWork, _mockRepository);
 }