static void Main(string[] args) { var youA = new DevInTest(args[0], args[1]);//? Code code = youA.ReACoder; Test test = youA.ReATester; if (youA.ReAbleTo(code() && test())) { youA.PplyNow(); } }
public static bool ReAbleTo(this DevInTest sdet, bool values) { return(values); }
public static DevInTest PplyNow(this DevInTest sdet) { return(sdet); }