示例#1
0
 public SeverityRulePresenter(ISeverityRuleService service)
 {
     _service = service;
 }
 public SeverityRuleController(IPresenter <SeverityRuleViewModel, SeverityRule> presenter,
                               ISeverityRuleService severityRuleService)
 {
     _presenter           = presenter;
     _severityRuleService = severityRuleService;
 }