コード例 #1
0
 public GetRepositoryTests(SqlLiteWith40ProductsTestFixture fixture)
 {
     _testFixture = fixture;
 }
コード例 #2
0
 public GetRepositoryTests(SqlLiteWith40ProductsTestFixture fixture)
 {
     _testFixture = fixture;
     _unitOfWork  = new UnitOfWork <TestDbContext>(fixture.Context);
     _repository  = _unitOfWork.GetRepository <TestProduct>();
 }