コード例 #1
0
 public void SetUp()
 {
     _testEntity = Mother.CreateTestEntity();
     _testRepositoryEntity = new RepositoryEntity<TestEntity>(_testEntity);
 }
コード例 #2
0
 public void SetUp()
 {
     _testEntity           = Mother.CreateTestEntity();
     _testRepositoryEntity = new RepositoryEntity <TestEntity>(_testEntity);
 }