namespace HrynCo.NotificationService.DAL.EF.Core; using HrynCo.DAL.Abstract.Entities; using HrynCo.DAL.EF.Core; public class NotificationEfRepository : BaseEfRepository where TEntity : class, IEntity { public NotificationEfRepository(NotificationDbContext dbContext) : base(dbContext) { } }