Fix namespace in repository

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