public ContentController(IUserAppService userService, IModulesAppService modulesService, IRoleAppService roleAppService, IContentAppService contentAppService, RoleStore roleStore, IRepository <ContentReply, long> contentReplyRepository, IContentTypeAppService contentTypeAppService, IDefineAppService defineAppService, IDistrictAppService districtAppService, IPushwayAppService pushwayAppService, IReplyPraiseAppService replyPraiseAppService, IRepository <ContentReplyFile, long> contentReplyFileRepository ) { _userService = userService; _modulesService = modulesService; _roleAppService = roleAppService; _contentAppService = contentAppService; _roleStore = roleStore; _contentReplyRepository = contentReplyRepository; _districtAppService = districtAppService; _pushwayAppService = pushwayAppService; _defineAppService = defineAppService; _contentTypeAppService = contentTypeAppService; _replyPraiseAppService = replyPraiseAppService; _contentReplyFileRepository = contentReplyFileRepository; }
public AdminController(IDepartmentAppService departmentAppService, IFunctionAppService functionAppService, IUserAppService userService, IModulesAppService modulesService, IRoleAppService roleAppService, IIconAppService iconAppService, IAppVersionAppService appVersionAppService, IDistrictAppService districtAppService) { _userService = userService; _modulesService = modulesService; _roleAppService = roleAppService; _functionAppService = functionAppService; _departmentAppService = departmentAppService; _iconAppService = iconAppService; //_iconTypeAppService = iconTypeAppService; _appVersionAppService = appVersionAppService; _districtAppService = districtAppService; }
public ReportController(IReportAppService reportAppService, ITbReportAppService tbReportAppService, IDbServerAppService dbServerAppService, IModulesAppService moduleAppService, IExportAppService exportAppService, IRdlcReportAppService rdlcAppService, IChartReportAppService ChartAppService) { _reportAppService = reportAppService; _tbReportAppService = tbReportAppService; _dbServerAppService = dbServerAppService; _moduleAppService = moduleAppService; _exportAppService = exportAppService; _rdlcAppService = rdlcAppService; _ChartAppService = ChartAppService; }
public ImportController(IPreDataTypeAppService preDataTypeAppService, IDbTypeAppService dbTypeAppService, IRegularAppService regularAppService, IDefaultFieldAppService defaultFieldAppService, IImpTbAppService impTbAppService, IImpTbFieldAppService impTbFieldAppService, IImpTypeAppService impTypeAppService, IDbServerAppService dbServerAppService, IModulesAppService modulesAppService, IImportLogAppService importLogAppService, IDbServerAppService dbServerService) { _preDataTypeAppService = preDataTypeAppService; _dbTypeAppService = dbTypeAppService; _regularAppService = regularAppService; _defaultFieldAppService = defaultFieldAppService; _impTbAppService = impTbAppService; _impTbFieldAppService = impTbFieldAppService; _impTypeAppService = impTypeAppService; _dbServerAppService = dbServerAppService; _modulesAppService = modulesAppService; _importLogAppService = importLogAppService; _dbServerService = dbServerService; }