예제 #1
0
 public DapperImplementorTests(SqlLiteFixture crudServiceFixture)
 {
     _fixture = crudServiceFixture;
 }
예제 #2
0
 public CrudServiceTests(SqlLiteFixture crudServiceFixture)
 {
     _fixture = crudServiceFixture;
 }
예제 #3
0
 public RepositoryTests(SqlLiteFixture crudServiceFixture)
 {
     _fixture = crudServiceFixture;
 }