예제 #1
0
 public SystemFormStatusSetter(ISystemFormStateRuleService systemFormStateRuleService)
 {
     _systemFormStateRuleService = systemFormStateRuleService;
 }
예제 #2
0
 public FormStateRuleController(IWebAppContext appContext
                                , ISystemFormStateRuleService systemFormStateRuleService)
     : base(appContext)
 {
     _systemFormStateRuleService = systemFormStateRuleService;
 }