public SelectionAttributeTests(PostgreSqlResource resource)
 {
     _provider = new PostgreSqlServerProvider(resource);
 }
示例#2
0
 public SingleOrDefaultAttributeTests(PostgreSqlResource resource)
 {
     _provider = new PostgreSqlServerProvider(resource);
 }