Пример #1
0
 public SystemFunctionLogic(ISystemFunctionRepository functionRepository, ISystemMenuButtonFunctionRepository menuButtonFunctionRepository)
     : base(functionRepository)
 {
     _menuButtonFunctionRepository = menuButtonFunctionRepository;
     _functionRepository           = functionRepository;
 }
 public SystemMenuButtonFunctionLogic(ISystemMenuButtonFunctionRepository menuButtonFunctionRepository)
     : base(menuButtonFunctionRepository)
 {
     _menuButtonFunctionRepository = menuButtonFunctionRepository;
 }