From d22e30669e1491b380067624653696c38d086cd6 Mon Sep 17 00:00:00 2001 From: lukman Date: Wed, 27 Sep 2023 04:27:51 -0700 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf5a89d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ACLib.P2.DbContext + +this is common database context (using Microsoft.EntityFramework) which can be used by another class library. \ No newline at end of file