Exemplo n.º 1
0
 public SeancesController(RezerwacjaBiletowContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CinemaHallsController(RezerwacjaBiletowContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public MoviesController(RezerwacjaBiletowContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public KlientsController(RezerwacjaBiletowContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public ReservationsController(RezerwacjaBiletowContext context)
 {
     _context = context;
 }