Initial commit
This commit is contained in:
commit
3926db5446
86 changed files with 75390 additions and 0 deletions
9
CSR.Domain/CSR.Domain.csproj
Normal file
9
CSR.Domain/CSR.Domain.csproj
Normal file
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
6
CSR.Domain/Role.cs
Normal file
6
CSR.Domain/Role.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace CSR.Domain;
|
||||
|
||||
public class Role
|
||||
{
|
||||
|
||||
}
|
6
CSR.Domain/User.cs
Normal file
6
CSR.Domain/User.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace CSR.Domain;
|
||||
|
||||
public class User
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue