Exemplo n.º 1
0
 public void Setup()
 {
     this.unitOfWork      = InMemory.GetInMemoryUnitOfWork();
     this.allianceService = new AllianceService(this.unitOfWork, new TestRandomGen(), new TestUserProvider());
 }
 public void Setup()
 {
     this.unitOfWork = InMemory.GetInMemoryUnitOfWork();
 }