Files
pfm/PostFundManagement.Application/Communications/Records.cs
T

6 lines
267 B
C#

using PostFundManagement.Domain;
namespace PostFundManagement.Application.Communications;
public record InviteRequest(long OrganisationId, long InvitedOrganisationId, long AwardId, long ContractId, Guid Recipient, string Message, NotificationPlatform Platform);