Пример #1
0
 public CustomTemplateConfigController(ICustomEntityManagementService customEntityManagementService, ICustomTemplateService customTemplateService)
 {
     _customEntityManagementService = customEntityManagementService;
     _customTemplateService         = customTemplateService;
 }
 public CustomCategoryConfigController(ICustomEntityManagementService customEntityManagementService)
 {
     _customEntityManagementService = customEntityManagementService;
 }
Пример #3
0
 public CustomTabFieldConfigController(ICustomEntityManagementService customEntityManagementService)
 {
     _customEntityManagementService = customEntityManagementService;
 }