Añadir soporte para DDD + CQRS #18

Closed
opened 2025-09-01 18:30:09 +02:00 by manuel · 0 comments
Owner

Añadir MediatR o alternativa.

Paquetes de MediatR necesarios:
MediatR
MediatR.Extensions.Microsoft.DependencyInjection

Crear interfaz:

public interface IEntity 
{
   string Id 
   {
      get;
      set;
   }
}
Añadir MediatR o alternativa. Paquetes de MediatR necesarios: MediatR MediatR.Extensions.Microsoft.DependencyInjection Crear interfaz: ```C# IEntity.cs public interface IEntity { string Id { get; set; } } ```
manuel added this to the Preparar Monolito segregable milestone 2025-09-01 18:30:09 +02:00
manuel added the
Kind/Feature
label 2025-09-01 18:30:09 +02:00
manuel added this to the Back #1 - Configuración y CRUD Modelos project 2025-09-01 18:30:09 +02:00
manuel moved this to Done in Back #1 - Configuración y CRUD Modelos on 2025-09-01 23:06:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MCVIngenieros/mmorales.photo#18
No description provided.