public ClassicC4(ModelC4Config config) { _config = config; Prepare(); Stylize(); }
public ModelC4CoursePlatform(ModelC4Config config) { _config = config; _workspace = new Workspace("Course Platform", "Sell and delivery courses"); new C1(_workspace); new C2(_workspace); new C3(_workspace); }