예제 #1
0
 public BranchController(ICommonDataService dataService, IOperationFormListService formListService,
                         IBranchService branchService, IAtuAddressService atuAddressService, IEntityStateHelper entityStateHelper)
 {
     _dataService       = dataService;
     _formListService   = formListService;
     _branchService     = branchService;
     _atuAddressService = atuAddressService;
     _entityStateHelper = entityStateHelper;
 }
예제 #2
0
 public MessageTypesController(ICommonDataService DataService, IConfiguration configuration, ISearchFilterSettingsService filterSettingsService, IConverter converter, IMgsReportService msgReportService,
                               MessageService messageService, IObjectMapper objectMapper, IAtuAddressService atuAddressService, LicenseService licenseService, AppAssigneeService appAssigneeService)
     : base(DataService, configuration, filterSettingsService)
 {
     _messageService     = messageService;
     _objectMapper       = objectMapper;
     _converter          = converter;
     _msgReportService   = msgReportService;
     _atuAddressService  = atuAddressService;
     _licenseService     = licenseService;
     _appAssigneeService = appAssigneeService;
     _configuration      = configuration;
 }
예제 #3
0
 public ApplicationController(ICommonDataService dataService, IConfiguration configuration, ISearchFilterSettingsService searchFilterSettingsService, IEntityStateHelper entityStateHelper, ImlApplicationService imlApplicationService, ApplicationService <ImlApplication> applicationService, IAtuAddressService atuAddressService, BackOfficeUserService backOfficeUserService, ImlApplicationProcessService imlApplicationProcessService, IImlLicenseService imlLicenseService, IConverter converter, ImlApplicationService imlAppService) : base(dataService, configuration, searchFilterSettingsService)
 {
     _configuration                = configuration;
     _entityStateHelper            = entityStateHelper;
     _imlApplicationService        = imlApplicationService;
     _applicationService           = applicationService;
     _atuAddressService            = atuAddressService;
     _backOfficeUserService        = backOfficeUserService;
     _imlApplicationProcessService = imlApplicationProcessService;
     _imlLicenseService            = imlLicenseService;
     _converter     = converter;
     _imlAppService = imlAppService;
 }
예제 #4
0
 public ImlAppController(IConfiguration configuration, ISearchFilterSettingsService filterSettingsService,
                         IEntityStateHelper entityStateHelper, ImlApplicationService service, IAtuAddressService atuAddressService,
                         ApplicationService <ImlApplication> applicationService, INotificationService notificaticationService)
     : base(service.DataService, configuration,
            filterSettingsService)
 {
     _configuration           = configuration;
     _entityStateHelper       = entityStateHelper;
     _service                 = service;
     _atuAddressService       = atuAddressService;
     _applicationService      = applicationService;
     _notificaticationService = notificaticationService;
 }
예제 #5
0
 public MessageTypesController(ICommonDataService DataService, IConfiguration configuration, ISearchFilterSettingsService filterSettingsService, IMgsReportService msgReportService, IConverter converter,
                               IObjectMapper objectMapper, MessageService messageService, IAtuAddressService atuAddressService, ICommonDataService commonDataService, BackOfficeUserService backOfficeUserService, LicenseService licenseService, IPrlLicenseService prlLicenseService, IImlLicenseService imlLicenseService, ITrlLicenseService trlLicenseService, AppAssigneeService appAssigneeService)
     : base(DataService, configuration, filterSettingsService)
 {
     _objectMapper          = objectMapper;
     _messageService        = messageService;
     _converter             = converter;
     _msgReportService      = msgReportService;
     _atuAddressService     = atuAddressService;
     _commonDataService     = commonDataService;
     _backOfficeUserService = backOfficeUserService;
     _licenseService        = licenseService;
     _prlLicenseService     = prlLicenseService;
     _imlLicenseService     = imlLicenseService;
     _trlLicenseService     = trlLicenseService;
     _appAssigneeService    = appAssigneeService;
 }
예제 #6
0
 public PrlAppController(IUserInfoService userInfoService, ICommonDataService dataService,
                         IPrlApplicationService prlApplicationService, IConverter converter, PrlApplicationProcessService applicationProcessService,
                         IPrlReportService prlReportService, IAtuAddressService atuAddressService, IEntityStateHelper entityStateHelper,
                         INotificationService notificationService, LimsExchangeService limsExchangeService, ApplicationService <PrlApplication> applicationService)
     : base()
 {
     _userInfo                  = userInfoService.GetCurrentUserInfo();
     _dataService               = dataService;
     _prlApplicationService     = prlApplicationService;
     _converter                 = converter;
     _applicationProcessService = applicationProcessService;
     _atuAddressService         = atuAddressService;
     _entityStateHelper         = entityStateHelper;
     _prlReportService          = prlReportService;
     _notificationService       = notificationService;
     _limsExchangeService       = limsExchangeService;
     _applicationService        = applicationService;
 }
예제 #7
0
 public PrlOrganizationController(IConfiguration configuration, ISearchFilterSettingsService searchFilterSettingsService, IPrlOrganizationService service, IAtuAddressService atuAddressService)
     : base(service.DataService, configuration, searchFilterSettingsService)
 {
     _service           = service;
     _atuAddressService = atuAddressService;
 }
예제 #8
0
 public AtuController(ICommonDataService commonDataService, IAtuAddressService atuAddressService)
 {
     _commonDataService = commonDataService;
     _atuAddressService = atuAddressService;
 }