refactor: modernized GenericRepository and UnitOfWork with newer code from Roma

This commit is contained in:
2025-09-21 00:02:26 +03:00
parent 3b321d0ff4
commit ee94ffa373
8 changed files with 192 additions and 176 deletions

View File

@@ -1,7 +1,8 @@
using System.Reflection;
using System.Text;
using GamificationService.Database;
using GamificationService.Database.Repositories;
using GamificationService.Database.GenericRepository;
using GamificationService.Database.UnitOfWork;
using GamificationService.Loggging;
using GamificationService.Mapper;
using Microsoft.AspNetCore.Authentication.JwtBearer;