using MediatR;
using ColaFlow.Modules.ProjectManagement.Application.DTOs;
namespace ColaFlow.Modules.ProjectManagement.Application.Queries.GetEpicsByProjectId;
///
/// Query to get all Epics for a Project
///
public sealed record GetEpicsByProjectIdQuery(Guid ProjectId) : IRequest>;