UserSession namespace was changed

This commit is contained in:
Artemy
2025-07-24 21:37:12 +07:00
parent 5a734ecbdc
commit e9eee5bfec
14 changed files with 85 additions and 72 deletions
@@ -1,4 +1,4 @@
namespace Govor.Core.Models;
namespace Govor.Core.Models.Users;
public class UserSession
{
@@ -1,4 +1,4 @@
using Govor.Core.Models;
using Govor.Core.Models.Users;
namespace Govor.Core.Repositories.UserSessionsRepository;
@@ -1,4 +1,4 @@
using Govor.Core.Models;
using Govor.Core.Models.Users;
namespace Govor.Core.Repositories.UserSessionsRepository;
@@ -1,4 +1,5 @@
using Govor.Core.Models;
using Govor.Core.Models.Users;
namespace Govor.Core.Repositories.UserSessionsRepository;