public ThamDinhController(IThamDinhRepository thamdinhRepository, IHoSoGiayPhepRepository gphdRepository, IDangKyHoatDongRepository dkhdRespository, IHoatDongRepository hoatdongRepository) { this._thamdinhRepository = thamdinhRepository; this._gphdRepository = gphdRepository; this._dkhdRespository = dkhdRespository; this._hoatdongRespository = hoatdongRepository; }
public QLGiayPhepController(IToChucRepository tochucRepository, ITaiKhoanRepository taikhoanRepository, IHoSoGiayPhepRepository gphdRepository, ITinhTrangGiayPhepRepository ttgpRepository, IDangKyHoatDongRepository dkhdRespository, IHoatDongRepository hoatdongRepository, INangLucKeKhaiRespository nanglucRespository) { this._tochucRepository = tochucRepository; this._taikhoanRepository = taikhoanRepository; this._gphdRepository = gphdRepository; this._ttgpRepository = ttgpRepository; this._dkhdRespository = dkhdRespository; this._hoatdongRespository = hoatdongRepository; this._nanglucRespository = nanglucRespository; // this._bchdRespository = bchdRespository; }
public DangKyGiayPhepController(IFileStore fileStore, IHoSoGiayPhepRepository gphdRepository, IDangKyHoatDongRepository dkhdRepository, IThongTinChungRespository ttcRespository, ILoaiHinhToChucRepository lhtcRepository, IToChucRepository tochucRespository, INangLucKeKhaiRespository nanglucRespository, IThietBiRepository thietbiRespository, INhanLucRepository nhanlucRespository, IHoatDongRepository hoatdongRespository, IBaoCaoHoatDongRepository baocaohdRespository, IBaoCaoCongTrinhRespository baocaoctRespository) { _fileStore = fileStore; _hsgpRepository = gphdRepository; _dkhdRespository = dkhdRepository; _ttcRespository = ttcRespository; _loaihinhtochucRepository = lhtcRepository; _tochucRespository = tochucRespository; _nanglucRespository = nanglucRespository; _thietbiRespository = thietbiRespository; _nhanlucRespository = nhanlucRespository; _hoatdongRespository = hoatdongRespository; _bchdRespository = baocaohdRespository; _bcctRespository = baocaoctRespository; }