refacto + test fixes

This commit is contained in:
Paul Schneider 2026-08-28 21:33:11 +01:00
commit 7edb2d7915
8 changed files with 60 additions and 32 deletions

View file

@ -1,6 +1,6 @@
namespace Yavsc.Blogs;
public static class Constants
public static class BlogConstants
{
public const string AdminRole = "Admin";
public const string ModeratorRole = "Moderator";