This commit is contained in:
OlgunR
2026-01-16 14:10:59 +01:00
6 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ using DbFirst.Domain.Entities;
namespace DbFirst.Application.Catalogs;
//TODO: create generic service to reduce code duplication
//TODO: implement CQRS pattern with MediatR
public class CatalogService : ICatalogService
{
private readonly ICatalogRepository _repository;