Refactoring - split data, logic and model layers; custom network exception

This commit is contained in:
Dimitar Byalkov
2023-05-12 12:13:11 +02:00
parent 81109f3d6c
commit ee0b063eec
48 changed files with 256 additions and 160 deletions

View File

@@ -5,4 +5,8 @@
}
<h1>@ViewData["Title"]</h1>
<p>No data is currently collected.</p>
<h2>Collected personal data</h2>
<li>
<ul>Password (hashed and salted)</ul>
<ul>User-generated content (posts)</ul>
</li>