refactor: rename NotificationEfRepository to EfRepository
Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace HrynCo.NotificationService.DAL.EF.Repositories;
|
||||
|
||||
internal sealed class TemplateRepository : NotificationEfRepository<TemplateEntity>, ITemplateRepository
|
||||
internal sealed class TemplateRepository : EfRepository<TemplateEntity>, ITemplateRepository
|
||||
{
|
||||
public TemplateRepository(NotificationDbContext dbContext) : base(dbContext)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user