Fix namespace in repository

This commit is contained in:
Samuele Locatelli
2026-03-25 07:27:51 +01:00
parent a692e1edb4
commit 8530434732
62 changed files with 58 additions and 231 deletions
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore;
namespace EgwCoreLib.Lux.Data.Repository
namespace EgwCoreLib.Lux.Data.Repository
{
public abstract class BaseRepository : IBaseRepository
{