예제 #1
0
 public EventsController(
     ILotteryEventService eventService, ICardService cardService, IMapper mapper)
 {
     this.eventService = eventService;
     this.cardService  = cardService;
     this.mapper       = mapper;
 }