public static string GetDeleteContractorInvoiceUrl(this GrantAllocationAwardContractorInvoice contractorInvoice)
 {
     return(DeleteUrlTemplate.ParameterReplace(contractorInvoice.GrantAllocationAwardContractorInvoiceID));
 }
コード例 #2
0
 public static void DeleteGrantAllocationAwardContractorInvoice(this IQueryable <GrantAllocationAwardContractorInvoice> grantAllocationAwardContractorInvoices, GrantAllocationAwardContractorInvoice grantAllocationAwardContractorInvoiceToDelete)
 {
     DeleteGrantAllocationAwardContractorInvoice(grantAllocationAwardContractorInvoices, new List <GrantAllocationAwardContractorInvoice> {
         grantAllocationAwardContractorInvoiceToDelete
     });
 }