public OrderActiveCardController(IOrderActiveCardService _OrderActiveCardService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, ItblActiveCardService _tblActiveCardService, ItblSystemConfigService _tblSystemConfigService) { this._tblActiveCardService = _tblActiveCardService; this._OrderActiveCardService = _OrderActiveCardService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblCardGroupService = _tblCardGroupService; this._tblSystemConfigService = _tblSystemConfigService; }
public ActiveCardListController(ItblActiveCardService _tblActiveCardService, ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, IUserService _UserService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, IOrderActiveCardService _OrderActiveCardService) { this._tblActiveCardService = _tblActiveCardService; this._tblCustomerService = _tblCustomerService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblCardGroupService = _tblCardGroupService; this._UserService = _UserService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; this._OrderActiveCardService = _OrderActiveCardService; }