From 9187a43066d0bdc7831cb32d7f6d226ad4b254ac Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 2 Aug 2021 10:01:38 -0400 Subject: [PATCH] Add ID to posting from constructor --- Posting.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Posting.cs b/Posting.cs index 3bf614c..0c6370d 100644 --- a/Posting.cs +++ b/Posting.cs @@ -56,5 +56,6 @@ public class Posting htmlDoc.LoadHtml(responseString); } } + this.VacancyID = id; } } \ No newline at end of file