Exemplo n.º 1
0
 public void MyTestInitialize()
 {
     this.unitOfWork = new UnitOfWork();
     this.repository = RepositoryFactory.GetRepository<IProjectRepository, Project>(this.unitOfWork);
 }
Exemplo n.º 2
0
 public void MyTestInitialize()
 {
     this.unitOfWork = new UnitOfWork();
     this.repository = RepositoryFactory.GetRepository<IEmployeeRepository,
         Employee>(this.unitOfWork);
 }