Example #1
0
 public InitializeSupportRulesCommand(SupportRuleParser parser, SupportRuleValidator validator)
 {
     this.parser    = parser;
     this.validator = validator;
 }
 public PlaceholderModel(SupportRuleValidator layoutValidator, ScreenModel screenModel, GraphicalAssetFactory assetsFactory)
 {
     this.layoutValidator = layoutValidator;
     this.screenModel     = screenModel;
     this.assetsFactory   = assetsFactory;
 }