Ejemplo n.º 1
0
 public SystemFormStatusSetter(ISystemFormStateRuleService systemFormStateRuleService)
 {
     _systemFormStateRuleService = systemFormStateRuleService;
 }
Ejemplo n.º 2
0
 public FormStateRuleController(IWebAppContext appContext
                                , ISystemFormStateRuleService systemFormStateRuleService)
     : base(appContext)
 {
     _systemFormStateRuleService = systemFormStateRuleService;
 }