[ADD] Added sqlite to test project, created di for ef core context. Reworked repositories to use result class.

This commit is contained in:
max
2025-02-01 01:02:27 +01:00
parent e914023c5a
commit 5b4509cac3
17 changed files with 185 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
namespace DotBased.AspNet.Authority.Models.Authority;
public class AuthorityAttributeItem
{
}

View File

@@ -0,0 +1,6 @@
namespace DotBased.AspNet.Authority.Models.Authority;
public class AuthorityGroupItem
{
}

View File

@@ -0,0 +1,6 @@
namespace DotBased.AspNet.Authority.Models.Authority;
public class AuthorityRoleItem
{
}

View File

@@ -0,0 +1,6 @@
namespace DotBased.AspNet.Authority.Models.Authority;
public class AuthorityUserItem
{
}