Beispiel #1
0
 public PosApiController(IUnityContainer unityContaine, IPosEndPointService posEndPointService, IPostTokenService postTokenService, IAccountTypeService accountTypeService,
                         ITicketsService ticketsService, ITicketOffService ticketOffService, IAccountService accountService, IMembershipService membershipService, IShopService shopService,
                         TransactionHelper transactionHelper, IAdmissionTicketService admissionTicketService, IHandRingPrintService handRingPrintService)
 {
     this._unityContainer        = unityContaine;
     this.posEndPointService     = posEndPointService;
     this.postTokenService       = postTokenService;
     this.ticketsService         = ticketsService;
     this.ticketOffService       = ticketOffService;
     this.accountService         = accountService;
     this.membershipService      = membershipService;
     this.accountTypeService     = accountTypeService;
     this.shopService            = shopService;
     this.transactionHelper      = transactionHelper;
     this.admissionTicketService = admissionTicketService;
     this.handRingPrintService   = handRingPrintService;
 }