diff options
author | crupest <crupest@outlook.com> | 2022-12-10 20:24:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:53 +0800 |
commit | c2e7d3c222fcbfcce9c9a0b44dd7e82742e9cd1f (patch) | |
tree | cd901fb537367c3340d47ccd537c4ae06b9af337 /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs | |
parent | 4f96f8db974fa7a236ce8ffa564bccdb62691cfa (diff) | |
download | crupest-c2e7d3c222fcbfcce9c9a0b44dd7e82742e9cd1f.tar.gz crupest-c2e7d3c222fcbfcce9c9a0b44dd7e82742e9cd1f.tar.bz2 crupest-c2e7d3c222fcbfcce9c9a0b44dd7e82742e9cd1f.zip |
Develop secret api. v25
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs index 62fb9e5..4d4cc36 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs @@ -1,5 +1,3 @@ -using Xunit.Abstractions; - namespace CrupestApi.Commons.Crud.Tests; public class TableInfoTest |