Esempio n. 1
0
 public PaymentController(
     IXuLyHoSoDoanhNghiep99AppService xuLyHoSoDoanhNghiepAppService,
     #region Thủ Tục hành Chính
     //IXuLyHoSoDoanhNghiep01AppService xuLyHoSoDoanhNghiep01AppService,
     //IXuLyHoSoDoanhNghiep02AppService xuLyHoSoDoanhNghiep02AppService,
     //IXuLyHoSoDoanhNghiep03AppService xuLyHoSoDoanhNghiep03AppService,
     //IXuLyHoSoDoanhNghiep04AppService xuLyHoSoDoanhNghiep04AppService,
     //IXuLyHoSoDoanhNghiep05AppService xuLyHoSoDoanhNghiep05AppService,
     //IXuLyHoSoDoanhNghiep06AppService xuLyHoSoDoanhNghiep06AppService,
     //IXuLyHoSoDoanhNghiep07AppService xuLyHoSoDoanhNghiep07AppService,
     //IXuLyHoSoDoanhNghiep08AppService xuLyHoSoDoanhNghiep08AppService,
     //IXuLyHoSoDoanhNghiep09AppService xuLyHoSoDoanhNghiep09AppService,
     //IXuLyHoSoDoanhNghiep10AppService xuLyHoSoDoanhNghiep10AppService,
     #endregion
     IAbpSession abpSession
     )
 {
     _xuLyHoSoDoanhNghiepAppService = xuLyHoSoDoanhNghiepAppService;
     #region Thủ Tục hành Chính
     //_xuLyHoSoDoanhNghiep01AppService = xuLyHoSoDoanhNghiep01AppService;
     //_xuLyHoSoDoanhNghiep02AppService = xuLyHoSoDoanhNghiep02AppService;
     //_xuLyHoSoDoanhNghiep03AppService = xuLyHoSoDoanhNghiep03AppService;
     //_xuLyHoSoDoanhNghiep04AppService = xuLyHoSoDoanhNghiep04AppService;
     //_xuLyHoSoDoanhNghiep05AppService = xuLyHoSoDoanhNghiep05AppService;
     //_xuLyHoSoDoanhNghiep06AppService = xuLyHoSoDoanhNghiep06AppService;
     //_xuLyHoSoDoanhNghiep07AppService = xuLyHoSoDoanhNghiep07AppService;
     //_xuLyHoSoDoanhNghiep08AppService = xuLyHoSoDoanhNghiep08AppService;
     //_xuLyHoSoDoanhNghiep09AppService = xuLyHoSoDoanhNghiep09AppService;
     //_xuLyHoSoDoanhNghiep10AppService = xuLyHoSoDoanhNghiep10AppService;
     #endregion
     _abpSession = abpSession;
 }
Esempio n. 2
0
 public ThanhToanAppService(
     IRepository <DoanhNghiep, long> doanhNghiepRepos,
     IRepository <ThanhToan, long> thanhToanRepos,
     IAbpSession session,
     UserManager userManager,
     RoleManager roleManager,
     IRepository <PhongBan> phongBanRepos,
     IRepository <User, long> userRepos,
     IRepository <Tinh> tinhRepos,
     IRepository <Huyen, long> huyenRepos,
     IRepository <Xa, long> xaRepos,
     UserAppService userService,
     TenantManager tenantManager,
     IUnitOfWorkManager unitOfWorkManager,
     IXuLyHoSoDoanhNghiep99AppService xuLyHoSoDoanhNghiep99AppService,
     #region Thủ Tục hành Chính
     //IXuLyHoSoDoanhNghiep01AppService xuLyHoSoDoanhNghiep01AppService,
     //IXuLyHoSoDoanhNghiep02AppService xuLyHoSoDoanhNghiep02AppService,
     //IXuLyHoSoDoanhNghiep03AppService xuLyHoSoDoanhNghiep03AppService,
     //IXuLyHoSoDoanhNghiep04AppService xuLyHoSoDoanhNghiep04AppService,
     //IXuLyHoSoDoanhNghiep05AppService xuLyHoSoDoanhNghiep05AppService,
     //IXuLyHoSoDoanhNghiep06AppService xuLyHoSoDoanhNghiep06AppService,
     //IXuLyHoSoDoanhNghiep07AppService xuLyHoSoDoanhNghiep07AppService,
     //IXuLyHoSoDoanhNghiep08AppService xuLyHoSoDoanhNghiep08AppService,
     //IXuLyHoSoDoanhNghiep09AppService xuLyHoSoDoanhNghiep09AppService,
     //IXuLyHoSoDoanhNghiep10AppService xuLyHoSoDoanhNghiep10AppService,
     #endregion
     IThanhToanKeyPayAppService thanhToanKeyPayAppService
     )
 {
     _doanhNghiepRepos  = doanhNghiepRepos;
     _thanhToanRepos    = thanhToanRepos;
     _session           = session;
     _userManager       = userManager;
     _roleManager       = roleManager;
     _phongBanRepos     = phongBanRepos;
     _userRepos         = userRepos;
     _tinhRepos         = tinhRepos;
     _huyenRepos        = huyenRepos;
     _xaRepos           = xaRepos;
     _userService       = userService;
     _tenantManager     = tenantManager;
     _unitOfWorkManager = unitOfWorkManager;
     _xuLyHoSoDoanhNghiep99AppService = xuLyHoSoDoanhNghiep99AppService;
     #region Thủ Tục hành Chính
     //_xuLyHoSoDoanhNghiep01AppService = xuLyHoSoDoanhNghiep01AppService;
     //_xuLyHoSoDoanhNghiep02AppService = xuLyHoSoDoanhNghiep02AppService;
     //_xuLyHoSoDoanhNghiep03AppService = xuLyHoSoDoanhNghiep03AppService;
     //_xuLyHoSoDoanhNghiep04AppService = xuLyHoSoDoanhNghiep04AppService;
     //_xuLyHoSoDoanhNghiep05AppService = xuLyHoSoDoanhNghiep05AppService;
     //_xuLyHoSoDoanhNghiep06AppService = xuLyHoSoDoanhNghiep06AppService;
     //_xuLyHoSoDoanhNghiep07AppService = xuLyHoSoDoanhNghiep07AppService;
     //_xuLyHoSoDoanhNghiep08AppService = xuLyHoSoDoanhNghiep08AppService;
     //_xuLyHoSoDoanhNghiep09AppService = xuLyHoSoDoanhNghiep09AppService;
     //_xuLyHoSoDoanhNghiep10AppService = xuLyHoSoDoanhNghiep10AppService;
     #endregion
     _thanhToanKeyPayAppService = thanhToanKeyPayAppService;
 }
        public XuLyHoSoKeToan99AppService(IRepository <DoanhNghiep, long> doanhNghiepRepos,
                                          IRepository <XHoSo, long> hoSoRepos,
                                          IRepository <XHoSoXuLyHistory, long> hoSoXuLyHistoryRepos,
                                          IRepository <LoaiHoSo> loaiHoSoRepos,
                                          IRepository <ThanhToan, long> thanhToanRepos,
                                          IAbpSession session,

                                          ICustomTennantAppService customTennantAppService,
                                          IXuLyHoSoDoanhNghiep99AppService xuLyHoSoDoanhNghiepAppService)
        {
            _doanhNghiepRepos     = doanhNghiepRepos;
            _hoSoRepos            = hoSoRepos;
            _hoSoXuLyHistoryRepos = hoSoXuLyHistoryRepos;
            _loaiHoSoRepos        = loaiHoSoRepos;
            _thanhToanRepos       = thanhToanRepos;
            _session = session;

            _customTennantAppService       = customTennantAppService;
            _xuLyHoSoDoanhNghiepAppService = xuLyHoSoDoanhNghiepAppService;
        }