diff --git a/.gitignore b/.gitignore index 4cb2680..6b16dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ bin-release/ *.log -# .vs + .vs # .idea .DS_Store diff --git a/.vs/Bunny.WebApi/DesignTimeBuild/.dtbcache.v2 b/.vs/Bunny.WebApi/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 4ea56d9..0000000 Binary files a/.vs/Bunny.WebApi/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/.vs/Bunny.WebApi/FileContentIndex/90ffcffb-7732-4e61-bf6b-2ea33e2d5151.vsidx b/.vs/Bunny.WebApi/FileContentIndex/90ffcffb-7732-4e61-bf6b-2ea33e2d5151.vsidx deleted file mode 100644 index 5288cbb..0000000 Binary files a/.vs/Bunny.WebApi/FileContentIndex/90ffcffb-7732-4e61-bf6b-2ea33e2d5151.vsidx and /dev/null differ diff --git a/.vs/Bunny.WebApi/FileContentIndex/94fbcba1-66c7-4103-8ce6-bb0f1eaecdc9.vsidx b/.vs/Bunny.WebApi/FileContentIndex/94fbcba1-66c7-4103-8ce6-bb0f1eaecdc9.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/.vs/Bunny.WebApi/FileContentIndex/94fbcba1-66c7-4103-8ce6-bb0f1eaecdc9.vsidx and /dev/null differ diff --git a/.vs/Bunny.WebApi/FileContentIndex/9fff1877-9031-41d9-a97c-8a8e42adb189.vsidx b/.vs/Bunny.WebApi/FileContentIndex/9fff1877-9031-41d9-a97c-8a8e42adb189.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/.vs/Bunny.WebApi/FileContentIndex/9fff1877-9031-41d9-a97c-8a8e42adb189.vsidx and /dev/null differ diff --git a/.vs/Bunny.WebApi/FileContentIndex/b3ebaf40-0536-45bd-bdb9-b3e0bec5717f.vsidx b/.vs/Bunny.WebApi/FileContentIndex/b3ebaf40-0536-45bd-bdb9-b3e0bec5717f.vsidx deleted file mode 100644 index 7178cc4..0000000 Binary files a/.vs/Bunny.WebApi/FileContentIndex/b3ebaf40-0536-45bd-bdb9-b3e0bec5717f.vsidx and /dev/null differ diff --git a/.vs/Bunny.WebApi/FileContentIndex/c373dd10-8d0d-4455-b97c-579bf0ee301f.vsidx b/.vs/Bunny.WebApi/FileContentIndex/c373dd10-8d0d-4455-b97c-579bf0ee301f.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/.vs/Bunny.WebApi/FileContentIndex/c373dd10-8d0d-4455-b97c-579bf0ee301f.vsidx and /dev/null differ diff --git a/.vs/Bunny.WebApi/v17/.futdcache.v2 b/.vs/Bunny.WebApi/v17/.futdcache.v2 deleted file mode 100644 index c05c9ec..0000000 Binary files a/.vs/Bunny.WebApi/v17/.futdcache.v2 and /dev/null differ diff --git a/.vs/Bunny.WebApi/v17/.suo b/.vs/Bunny.WebApi/v17/.suo deleted file mode 100644 index fe15b18..0000000 Binary files a/.vs/Bunny.WebApi/v17/.suo and /dev/null differ diff --git a/.vs/Bunny.WebApi/v17/DocumentLayout.json b/.vs/Bunny.WebApi/v17/DocumentLayout.json deleted file mode 100644 index 52de4a1..0000000 --- a/.vs/Bunny.WebApi/v17/DocumentLayout.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "D:\\MyFolder\\Bunny\\Bunny-cli\\CSharp\\CSharp-Single-EFCore\\", - "Documents": [], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": -1, - "Children": [ - { - "$type": "Bookmark", - "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/.vs/ProjectEvaluation/bunny.webapi.metadata.v8.bin b/.vs/ProjectEvaluation/bunny.webapi.metadata.v8.bin deleted file mode 100644 index 008d481..0000000 Binary files a/.vs/ProjectEvaluation/bunny.webapi.metadata.v8.bin and /dev/null differ diff --git a/.vs/ProjectEvaluation/bunny.webapi.projects.v8.bin b/.vs/ProjectEvaluation/bunny.webapi.projects.v8.bin deleted file mode 100644 index 4f95cb5..0000000 Binary files a/.vs/ProjectEvaluation/bunny.webapi.projects.v8.bin and /dev/null differ diff --git a/.vs/ProjectEvaluation/bunny.webapi.strings.v8.bin b/.vs/ProjectEvaluation/bunny.webapi.strings.v8.bin deleted file mode 100644 index 2c6cd15..0000000 Binary files a/.vs/ProjectEvaluation/bunny.webapi.strings.v8.bin and /dev/null differ diff --git a/Bunny.Dao/Entity/Base/BaseEntity.cs b/Bunny.Dao/Entity/BaseEntity.cs similarity index 100% rename from Bunny.Dao/Entity/Base/BaseEntity.cs rename to Bunny.Dao/Entity/BaseEntity.cs