public static void DeleteGrantAllocationAwardTravelLineItem(this IQueryable <GrantAllocationAwardTravelLineItem> grantAllocationAwardTravelLineItems, GrantAllocationAwardTravelLineItem grantAllocationAwardTravelLineItemToDelete)
 {
     DeleteGrantAllocationAwardTravelLineItem(grantAllocationAwardTravelLineItems, new List <GrantAllocationAwardTravelLineItem> {
         grantAllocationAwardTravelLineItemToDelete
     });
 }
 public static string GetDeleteTravelLineItemUrl(this GrantAllocationAwardTravelLineItem travelLineItem)
 {
     return(DeleteUrlTemplate.ParameterReplace(travelLineItem.GrantAllocationAwardTravelLineItemID));
 }