Browse Source

Add ID to posting from constructor

master
Gregory Rudolph 3 years ago
parent
commit
9187a43066
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      Posting.cs

1
Posting.cs

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