public XuLyHoSoDoanhNghiep37AppService( EditionManager editionManager, IRepository <DoanhNghiep, long> doanhNghiepRepos, IRepository <XHoSo, long> hoSoRepos, IRepository <XHoSoTepDinhKem, long> hoSoTepDinhKemRepos, IRepository <XHoSoXuLy, long> hoSoXuLyRepos, IRepository <XHoSoXuLyHistory, long> hoSoXuLyHistoryRepos, IRepository <LoaiHoSo> loaiHoSoRepos, IRepository <TT37_PhamViHoatDong> phamViHoatDongRepos, IRepository <TT37_HoSoPhamViHD, long> hosoPhamViHDRepos, IRepository <PhongBan> phongBanRepos, IRepository <PhongBanLoaiHoSo> phongBanLoaiHoSoRepos, IRepository <User, long> userRepos, IRepository <QuocGia> quocGiaRepos, IAbpSession session, IRepository <ThanhToan, long> thanhToanRepos, IRepository <LogUploadFile, long> uploadFileRepos, ILichLamViecAppService lichLamViecAppService, ICustomTennantAppService customTennantAppService, CustomSessionAppSession mySession, CapSoThuTucAppService capSoThuTucAppService, ThanhToanKeyPayAppService thanhToanKeyPayAppService, IUnitOfWorkManager unitOfWorkManager) { _editionManager = editionManager; _doanhNghiepRepos = doanhNghiepRepos; _hoSoRepos = hoSoRepos; _hoSoXuLyRepos = hoSoXuLyRepos; _hoSoTepDinhKemRepos = hoSoTepDinhKemRepos; _hoSoXuLyHistoryRepos = hoSoXuLyHistoryRepos; _phamViHoatDongRepos = phamViHoatDongRepos; _hosoPhamViHDRepos = hosoPhamViHDRepos; _loaiHoSoRepos = loaiHoSoRepos; _phongBanRepos = phongBanRepos; _phongBanLoaiHoSoRepos = phongBanLoaiHoSoRepos; _userRepos = userRepos; _quocGiaRepos = quocGiaRepos; _session = session; _thanhToanRepos = thanhToanRepos; _uploadFileRepos = uploadFileRepos; _mySession = mySession; _lichLamViecAppService = lichLamViecAppService; _customTennantAppService = customTennantAppService; _capSoThuTucAppService = capSoThuTucAppService; _thanhToanKeyPayAppService = thanhToanKeyPayAppService; _unitOfWorkManager = unitOfWorkManager; }
public ThuTucReportAppService(IAppFolders appFolders, IIocResolver iocResolver, IRepository <PhongBanLoaiHoSo> phongBanLoaiHoSoRepos, IRepository <LoaiHoSo> loaiHoSoRepos, IRepository <DoanhNghiep, long> doanhNghiepRepos, IRepository <PhongBan> phongBanRepos, IRepository <User, long> userRepos, ILichLamViecAppService lichLamViecAppService, IRepository <ThuTuc> thuTucRepos ) { _userCurrent = SessionCustom.UserCurrent; _iocResolver = iocResolver; _phongBanLoaiHoSoRepos = phongBanLoaiHoSoRepos; _loaiHoSoRepos = loaiHoSoRepos; _doanhNghiepRepos = doanhNghiepRepos; _phongBanRepos = phongBanRepos; _userRepos = userRepos; _lichLamViecAppService = lichLamViecAppService; _appFolders = appFolders; _thuTucRepos = thuTucRepos; }
public XuLyHoSoChuyenVien37AppService(IRepository <XHoSo, long> hoSoRepos, IRepository <XHoSoXuLy, long> hoSoXuLyRepos, IRepository <LoaiHoSo> loaiHoSoRepos, IRepository <PhongBan> phongBanRepos, IRepository <PhongBanLoaiHoSo> phongBanLoaiHoSoRepos, IRepository <User, long> userRepos, IAbpSession session, ILichLamViecAppService lichLamViecAppService, CustomSessionAppSession mySession, IRepository <XHoSoXuLyHistory, long> hoSoXuLyHistoryRepos, IRepository <TT37_HoSoDoanThamDinh, long> hoSoDoanThamDinh) { _hoSoRepos = hoSoRepos; _hoSoXuLyRepos = hoSoXuLyRepos; _loaiHoSoRepos = loaiHoSoRepos; _phongBanRepos = phongBanRepos; _phongBanLoaiHoSoRepos = phongBanLoaiHoSoRepos; _userRepos = userRepos; _session = session; _lichLamViecAppService = lichLamViecAppService; _mySession = mySession; _hoSoXuLyHistoryRepos = hoSoXuLyHistoryRepos; _hoSoDoanThamDinh = hoSoDoanThamDinh; }