diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-08 18:50:47 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-08 18:50:47 +0200 |
| commit | ce4e06a235efda69c72d34815863d0b367577301 (patch) | |
| tree | b546ded8c948798abbe095b6c7a1bae4794ce952 /API/Database/DbRepository.cs | |
| parent | ab0430b95cc440ed671beaf642c5749862e3b6b4 (diff) | |
| download | DevHive-ce4e06a235efda69c72d34815863d0b367577301.tar DevHive-ce4e06a235efda69c72d34815863d0b367577301.tar.gz DevHive-ce4e06a235efda69c72d34815863d0b367577301.zip | |
Added Authen, Author & Config in Startup. Fixed User class
Diffstat (limited to 'API/Database/DbRepository.cs')
| -rw-r--r-- | API/Database/DbRepository.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
