diff options
author | crupest <crupest@outlook.com> | 2022-12-05 16:36:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:52 +0800 |
commit | b5ad5badb16174b10016472de9c01f2dc2deda10 (patch) | |
tree | db58c85b14ed5939fb421f266c9374d7deb82dc9 /docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs | |
parent | f45fb397549b8ad052324df65bddfd4fabff5ce5 (diff) | |
download | crupest-b5ad5badb16174b10016472de9c01f2dc2deda10.tar.gz crupest-b5ad5badb16174b10016472de9c01f2dc2deda10.tar.bz2 crupest-b5ad5badb16174b10016472de9c01f2dc2deda10.zip |
Develop secret api. v9
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs index 63a247b..acb05f8 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/CrudService.cs @@ -1,4 +1,3 @@ -using System.Data; using Dapper; using Microsoft.Data.Sqlite; using Microsoft.Extensions.Options; |