示例#1
0
 public BM_BuildingController(IBM_BuildingService _BM_BuildingService,
                              ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._BM_BuildingService     = _BM_BuildingService;
     this._tblSystemConfigService = _tblSystemConfigService;
     this._tblCardService         = _tblCardService;
 }
 public BM_ApartmentUseController(IBM_ApartmentUseService _BM_ApartmentUseService,
                                  ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._BM_ApartmentUseService = _BM_ApartmentUseService;
     this._tblSystemConfigService = _tblSystemConfigService;
     this._tblCardService         = _tblCardService;
 }
 public tblCustomerController(ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._tblCustomerService      = _tblCustomerService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCardService          = _tblCardService;
 }
 public HomeController(IMenuFunctionService _MenuFunctionService, IMenuFunctionConfigService _MenuFunctionConfigService, ISystemRecordService _SystemRecordService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._MenuFunctionService       = _MenuFunctionService;
     this._MenuFunctionConfigService = _MenuFunctionConfigService;
     this._SystemRecordService       = _SystemRecordService;
     this._tblSystemConfigService    = _tblSystemConfigService;
 }
示例#5
0
 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 LoginController(IUserService _UserService, IRoleService _RoleService, IUserRoleService _UserRoleService, ItblUserService _tblUserService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._UserService            = _UserService;
     this._RoleService            = _RoleService;
     this._UserRoleService        = _UserRoleService;
     this._tblUserService         = _tblUserService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
 public BM_ResidentController(IBM_ResidentService _BM_ResidentService, IBM_ResidentGroupService _BM_ResidentGroupService,
                              ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._BM_ResidentService      = _BM_ResidentService;
     this._BM_ResidentGroupService = _BM_ResidentGroupService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCardService          = _tblCardService;
 }
 public ActiveCardController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, ItblFeeService _tblFeeService, ItblSystemConfigService _tblSystemConfigService, IExtendCardService _ExtendCardService)
 {
     this._tblCardService          = _tblCardService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblFeeService           = _tblFeeService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._ExtendCardService       = _ExtendCardService;
 }
示例#9
0
 public tblAccessUploadProcessController(ItblAccessUploadProcessService _tblAccessUploadProcessService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, IUserService _UserService, ItblAccessControllerService _tblAccessControllerService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerService _tblCustomerService)
 {
     this._tblAccessUploadProcessService = _tblAccessUploadProcessService;
     this._tblCustomerGroupService       = _tblCustomerGroupService;
     this._tblCardGroupService           = _tblCardGroupService;
     this._UserService = _UserService;
     this._tblAccessControllerService = _tblAccessControllerService;
     this._tblSystemConfigService     = _tblSystemConfigService;
     this._tblCustomerService         = _tblCustomerService;
 }
示例#10
0
 public ReportController(IReportService _ReportService, ItblCardGroupService _tblCardGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerGroupService _tblCustomerGroupService, ItblCustomerService _tblCustomerService, ItblCardService _tblCardService, ItblLockerControllerService _tblLockerControllerService)
 {
     this._ReportService              = _ReportService;
     this._tblCardGroupService        = _tblCardGroupService;
     this._tblSystemConfigService     = _tblSystemConfigService;
     this._tblCustomerGroupService    = _tblCustomerGroupService;
     this._tblCustomerService         = _tblCustomerService;
     this._tblCardService             = _tblCardService;
     this._tblLockerControllerService = _tblLockerControllerService;
 }
示例#11
0
 public ActiveCardListTRANSERCOController(ItblActiveCardService _tblActiveCardService, ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, IUserService _UserService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._tblActiveCardService    = _tblActiveCardService;
     this._tblCustomerService      = _tblCustomerService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._UserService             = _UserService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCardService          = _tblCardService;
 }
示例#12
0
 public BM_Apartment_ReceiptController(IBM_Apartment_ReceiptService _BM_Apartment_ReceiptService, IBM_BuildingService _BM_BuildingService,
                                       ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, IBM_FloorService _BM_FloorService, IBM_ApartmentService _BM_ApartmentService)
 {
     this._BM_Apartment_ReceiptService = _BM_Apartment_ReceiptService;
     this._BM_BuildingService          = _BM_BuildingService;
     this._tblSystemConfigService      = _tblSystemConfigService;
     this._tblCardService      = _tblCardService;
     this._BM_FloorService     = _BM_FloorService;
     this._BM_ApartmentService = _BM_ApartmentService;
 }
示例#13
0
 public UserController(IUserService _UserService, IMenuFunctionService _MenuFunctionService, IUserRoleService _UserRoleService, IRoleService _RoleService, ItblSystemConfigService _tblSystemConfigService, IUser_AuthGroupService _User_AuthGroupService, ItblCardGroupService _tblCardGroupService)
 {
     this._UserService            = _UserService;
     this._MenuFunctionService    = _MenuFunctionService;
     this._UserRoleService        = _UserRoleService;
     this._RoleService            = _RoleService;
     this._tblSystemConfigService = _tblSystemConfigService;
     this._User_AuthGroupService  = _User_AuthGroupService;
     this._tblCardGroupService    = _tblCardGroupService;
 }
示例#14
0
 public tblCardEventDeleteController(ItblCardEventDeleteService _tblCardEventDeleteService, IReportService _ReportService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, IUserService _UserService, ItblLaneService _tblLaneService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblCardEventDeleteService = _tblCardEventDeleteService;
     this._tblCardGroupService       = _tblCardGroupService;
     this._tblCustomerGroupService   = _tblCustomerGroupService;
     this._UserService            = _UserService;
     this._tblLaneService         = _tblLaneService;
     this._ReportService          = _ReportService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
 public tblCardsController(ItblCardService _itblCardService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerGroupService _tblCustomerGroupservice, ItblCardGroupService _cardGroupService, ItblCardEventService _tblCardEvenService, ItblCustomerService _tblCustomerService)
 {
     this._itblCardService         = _itblCardService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCustomerGroupservice = _tblCustomerGroupservice;
     this._cardGroupService        = _cardGroupService;
     this._cardGroupService        = _cardGroupService;
     this._tblCardEvenService      = _tblCardEvenService;
     this._tblCustomerService      = _tblCustomerService;
 }
示例#16
0
 public tblCustomerController(ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, ItblAccessLevelService _tblAccessLevelService, ItblAccessControllerService _tblAccessControllerService, ItblAccessLineService _tblAccessLineService, ItblAccessPCService _tblAccessPCService, ISelfHostConfigService _SelfHostConfigService, ItblAccessLevelDetailService _tblAccessLevelDetailService, ItblAccessUploadDetailService _tblAccessUploadDetailService)
 {
     this._tblCustomerService           = _tblCustomerService;
     this._tblCustomerGroupService      = _tblCustomerGroupService;
     this._tblSystemConfigService       = _tblSystemConfigService;
     this._tblCardService               = _tblCardService;
     this._tblAccessLevelService        = _tblAccessLevelService;
     this._tblAccessControllerService   = _tblAccessControllerService;
     this._tblAccessLineService         = _tblAccessLineService;
     this._tblAccessPCService           = _tblAccessPCService;
     this._SelfHostConfigService        = _SelfHostConfigService;
     this._tblAccessLevelDetailService  = _tblAccessLevelDetailService;
     this._tblAccessUploadDetailService = _tblAccessUploadDetailService;
 }
示例#17
0
 public API_LicenseController(ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblSystemConfigService = _tblSystemConfigService;
 }
 public User_AuthGroupService(IUser_AuthGroupRepository _User_AuthGroupRepository, ItblSystemConfigService _tblSystemConfigService, IUnitOfWork _UnitOfWork)
 {
     this._User_AuthGroupRepository = _User_AuthGroupRepository;
     this._tblSystemConfigService   = _tblSystemConfigService;
     this._UnitOfWork = _UnitOfWork;
 }
示例#19
0
 public tblSystemConfigController(ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblSystemConfigService = _tblSystemConfigService;
 }
 public API_MobileController(IAPI_MobileService _API_MobileService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._API_MobileService      = _API_MobileService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
示例#21
0
 public HomeController(IMenuFunctionService _MenuFunctionService, ItblCardEventService _tblCardEventService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._MenuFunctionService    = _MenuFunctionService;
     this._tblCardEventService    = _tblCardEventService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
 public tblSubCardController(ItblSubCardService _tblSubCardService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblSubCardService      = _tblSubCardService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }