Пример #1
0
 public GuestController()
 {
     _guestService         = new GuestService();
     _personService        = new PersonService();
     _movieService         = new MovieService();
     _posItemService       = new POSItemService();
     _taxiService          = new TaxiService();
     _adventureService     = new AdventureService();
     _movieCategoryService = new MovieCategoryService();
     _guestPlaylistService = new GuestPlaylistService();
     _escortService        = new EscortService();
 }
Пример #2
0
 public FrontOfficeSalesController()
 {
     _itemService    = new POSItemService();
     _paymentService = new PaymentService();
 }
 public InventoryPosController()
 {
     _guestService   = new GuestService();
     _personService  = new PersonService();
     _posItemService = new POSItemService();
 }