Пример #1
0
 public static string SenderApplicationDetails(this ILinkGenerator linkGenerator,
                                               string hashedAccountId,
                                               string hashedPledgeId,
                                               string hashedPledgeApplicationId)
 {
     return(linkGenerator.LevyTransferMatchingLink($"/accounts/{hashedAccountId}/pledges/{hashedPledgeId}/applications/{hashedPledgeApplicationId}"));
 }