public static string GetDeleteContractorInvoiceUrl(this GrantAllocationAwardContractorInvoice contractorInvoice) { return(DeleteUrlTemplate.ParameterReplace(contractorInvoice.GrantAllocationAwardContractorInvoiceID)); }
public static void DeleteGrantAllocationAwardContractorInvoice(this IQueryable <GrantAllocationAwardContractorInvoice> grantAllocationAwardContractorInvoices, GrantAllocationAwardContractorInvoice grantAllocationAwardContractorInvoiceToDelete) { DeleteGrantAllocationAwardContractorInvoice(grantAllocationAwardContractorInvoices, new List <GrantAllocationAwardContractorInvoice> { grantAllocationAwardContractorInvoiceToDelete }); }