No repository description.
namespace App.DTO.v1;
public class InvitationCreateDto
{
public Guid TripId { get; set; }
}