コード例 #1
0
 public SystemFunctionLogic(ISystemFunctionRepository functionRepository, ISystemMenuButtonFunctionRepository menuButtonFunctionRepository)
     : base(functionRepository)
 {
     _menuButtonFunctionRepository = menuButtonFunctionRepository;
     _functionRepository           = functionRepository;
 }
コード例 #2
0
 public SystemMenuButtonFunctionLogic(ISystemMenuButtonFunctionRepository menuButtonFunctionRepository)
     : base(menuButtonFunctionRepository)
 {
     _menuButtonFunctionRepository = menuButtonFunctionRepository;
 }