示例#1
0
 public API_3rd_CardControllerController(IAPI_CardGroupService _API_CardGroupService, IAPI_tblCardEventService _tblCardEventService,
                                         IAPI_tblCardService _tblCard, ItblCardSubmitEventService _tblLog, IAPI_CustomerService _tblCustomer, IAPI_tblCustomerGroupService _tblCustomerGroup)
 {
     this._API_CardGroupService = _API_CardGroupService;
     this._tblCardEventService  = _tblCardEventService;
     this._tblCard          = _tblCard;
     this._tblLog           = _tblLog;
     this._tblCustomer      = _tblCustomer;
     this._tblCustomerGroup = _tblCustomerGroup;
 }
示例#2
0
 public API_3rd_CardEventController(IAPI_tblCardEventService _tblCardEventService)
 {
     this._tblCardEventService = _tblCardEventService;
 }