Add UserRole controller + bits and pieces

This commit is contained in:
lumijiez
2025-06-10 20:17:31 +03:00
parent 9c2257581d
commit 2fd188ad57
14 changed files with 62 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ using Imprink.Domain.Repositories;
using Imprink.Infrastructure.Database;
using Microsoft.EntityFrameworkCore;
namespace Imprink.Infrastructure.Repositories;
namespace Imprink.Infrastructure.Repositories.Users;
public class UserRoleRepository(ApplicationDbContext context) : IUserRoleRepository
{