Add ID to posting from constructor
This commit is contained in:
@ -56,5 +56,6 @@ public class Posting
|
||||
htmlDoc.LoadHtml(responseString);
|
||||
}
|
||||
}
|
||||
this.VacancyID = id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user