Exemplo n.º 1
0
 public ShowtimeController(IShowTimeService showtimeService)
 {
     _showtimeService = showtimeService;
 }
Exemplo n.º 2
0
 public ShowTimeController(IShowTimeService ShowTimeService, IMapper mapper)
 {
     this.showTimeService = ShowTimeService;
     this.mapper          = mapper;
 }
Exemplo n.º 3
0
 public ShowTimesController(IShowTimeService showTimeService)
 {
     this.showTimeService = showTimeService;
 }