Add ID to posting from constructor

This commit is contained in:
2021-08-02 10:01:38 -04:00
parent ca6745e0d4
commit 9187a43066

View File

@ -56,5 +56,6 @@ public class Posting
htmlDoc.LoadHtml(responseString);
}
}
this.VacancyID = id;
}
}