예제 #1
0
 public EntryRulesEditorController(EntryRulesService entryRulesService, AssetProcessService assetProcessService)
 {
     _entryRulesService   = entryRulesService;
     _assetProcessService = assetProcessService;
 }
예제 #2
0
 public EntryRulesEditorPresenter(EntryRulesService entryRulesService)
 {
     _entryRulesService = entryRulesService;
 }