From ce4e06a235efda69c72d34815863d0b367577301 Mon Sep 17 00:00:00 2001 From: transtrike Date: Tue, 8 Dec 2020 18:50:47 +0200 Subject: Added Authen, Author & Config in Startup. Fixed User class --- API/Database/DbRepository.cs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 API/Database/DbRepository.cs (limited to 'API/Database/DbRepository.cs') diff --git a/API/Database/DbRepository.cs b/API/Database/DbRepository.cs new file mode 100644 index 0000000..a166682 --- /dev/null +++ b/API/Database/DbRepository.cs @@ -0,0 +1,4 @@ +namespace API.Database +{ + +} \ No newline at end of file -- cgit v1.2.3