0
votes
votes
1 answers
Class instantiation query
I've asked a few in my office this with no luck, so over to you guys! Here are my classes: public class JobStep { public string Element { get; set; } public string Action { get; set; } public string ...
