blah blah blah is here! blah blah » Close

0
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 ...

Feedback