From aa910c815bfa04512112f668380af2d8d098f4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=84=E5=A4=B4?= Date: Mon, 9 Sep 2024 09:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/DbFactory.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 DB/DbFactory.cs diff --git a/DB/DbFactory.cs b/DB/DbFactory.cs new file mode 100644 index 0000000..0513fce --- /dev/null +++ b/DB/DbFactory.cs @@ -0,0 +1,6 @@ +namespace DB; + +public class DbFactory +{ + +} \ No newline at end of file