public TestController(IWorkProcessRepository workProcessRepository, ISysLoginRepository sysLoginRepository, IJurisdictionService jurisdictionService, ExportTestBLL1 exportTestBLL1) { _workProcessRepository = workProcessRepository; _sysLoginRepository = sysLoginRepository; _jurisdictionService = jurisdictionService; _exportTestBLL1 = exportTestBLL1; }
public UserController(IJurisdictionService jurisdictionService) { _jurisdictionService = jurisdictionService; }
public ExportTestBLL1(IJurisdictionService jurisdictionService) : base() { _jurisdictionService = jurisdictionService; }