rework messages

+ addition LocalStorageService
+ tests
This commit is contained in:
Artemy
2025-06-21 14:53:15 +07:00
parent 3f1c050149
commit 7831e4838a
16 changed files with 204 additions and 13 deletions
@@ -3,7 +3,7 @@ using Govor.API.Services.Authentication;
using Govor.Core.Infrastructure.Extensions;
using Govor.Core.Models;
using Govor.Core.Repositories.Users;
using Govor.Core.Services;
using Govor.API.Services.Authentication.Interfaces;
using Moq;
namespace Govor.API.Tests.UnitTests.Services;